Karthik
Karthik
Hey there, Also seeing this issue with prometheus 2.26.0 where the pod is stuck in OOM loop post restart (because of excessive usage on WAL restore). Attaching a pprof heap...
Just for testing.
coming to think of it, it may of value to have a `SETNX` operation that would add the job if it doesn't exist already. thoughts @gresrun ?
FWIW, I've done something similar on my fork, here's the diff https://github.com/gresrun/jesque/compare/master...argvk:recurring-nx
there may be cases where a delay is acceptable. IMHO, a way to do it would be send the job to the worker along with the score, thereby allowing the...