hey there,
I'm currently using jesque now for creating and deleting scheduled jobs, additionally to create recurring jobs now I schedule a new job before the worker returns.
I was looking for a way to create it from within jesque and figured it could probably be achieved with a zadd (zadd job with new millis i.e) in the pop method (with the job meta & frequency stored in a redis hashmap).
I haven't seen how resque-scheduler does this, would be nice if someone could shed some light on it.
Thoughts ?
hey there,
I'm currently using jesque now for creating and deleting scheduled jobs, additionally to create recurring jobs now I schedule a new job before the worker returns.
I was looking for a way to create it from within jesque and figured it could probably be achieved with a
zadd(zaddjob with new millis i.e) in thepopmethod (with the job meta & frequency stored in a redishashmap).I haven't seen how resque-scheduler does this, would be nice if someone could shed some light on it.
Thoughts ?