| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Any update on this PR ? 😢 |
Sorry, something went wrong.
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Problem
We have multiple API instances adding bee-queue jobs.
Our workers call Job#reportProgress for long term jobs.
Depending on the API intance handling the call, it might not have the progress update.
Solution
I added the progress to the stored job data, same place as the status.
It ensures that the progress is saved properly, and that it is not 0 on a consumer recovering the job from redis.
I hope that it's mergable for you, and if so, I would like to know when a release with this feature is possible, so I know if a fork is needed for my project.