Conversation
rq#159 (comment) * created `rqcronjobs` management command * add some tests for it * add some documentation
|
Thanks for the PR, @lechup . I think it's better if we implement a better way (one that doesn't require iterating through all jobs) to check whether a certain job is already scheduled. This should be implemented in |
|
I'm still thinking of how best we should implement this, so suggestions are welcome. |
|
Hm... Yeah. I only use cronjob in my projects (no enqueue_in/at) so iterating and by default remove old and add new jobs was the KISS'est sollution for me. For sure I should add a check there to filter only cron jobs... Or create a I guess by saying I'm also open for discussion and proposals :) |
Idea here:
#159 (comment)
rqcronjobsmanagement commandTo verify:
RQ_CRONJOBS