Skip to content

Implementing a recurring job #77

@argvk

Description

@argvk

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 ?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions