-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add immediately option for every repeatable job #1422
base: develop
Are you sure you want to change the base?
Conversation
Any news on this? |
I need someone to review it. And it might be useful to have #1498 with this. |
Any news @manast ? |
Any news? |
I would merge this but my last comment needs to be addressed! |
Ok so I need to refactor, passing the flag directly in |
Same problem here. I need to skip the first execution. |
@HugoPoi hey man I know it's been a year but could you do those changes? I'll be happy to help. |
I have rebase the change on develop, an immediately flag will be saved in redis is it bad ? I think not. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
If somebody wants to fix this PR it is just a matter of backporting this PR from BullMQ: taskforcesh/bullmq#536 |
Try to resolve #1239
immediately
not implemented withcron
createNextJob
function are not pretty, maybe add adelete opts.immediately
should be better because with the present code it will always be saved in redis ?