-
Notifications
You must be signed in to change notification settings - Fork 435
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
[Bug]: Job data gets removed for repeatable job after first run #3009
Comments
Thanks for reporting this. We are working on a solution, seems like there is some backwards compatibility issue that we have overlooked. |
hi @DieserMerlin pls upgrade to v5.34.10, you might need to upsert your job-schedulers records. Also pls start using upsertJobScheduler method as adding jobs with add method will be deprecated in next breaking change https://docs.bullmq.io/guide/job-schedulers |
Wow, this was fast. Thanks 🤗 |
Thank you a lot, i was facing the same problem! 🤗🤗 |
Version
v5.34.8 upwards
Platform
NodeJS
What happened?
Hello there,
I discovered an issue with job data getting emptied after the first run when using repeatable / scheduled jobs.
This error occurs with bullmq versions after 5.34.7.
I also looked into my redis and found the data to be completely removed.
How to reproduce.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: