FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Feat | Job | Store progress with the whole job data by lbarthon · Pull Request #339 · bee-queue/bee-queue · GitHub

Feat | Job | Store progress with the whole job data - #339

Merged
skeggse merged 1 commit into
bee-queue:masterfrom
lbarthon:master
Apr 29, 2021
Merged

Feat | Job | Store progress with the whole job data#339
skeggse merged 1 commit into
bee-queue:masterfrom
lbarthon:master

Conversation

lbarthon commented Dec 10, 2020
edited
Loading

Copy link
Copy Markdown

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.

lbarthon changed the title Improve | Job | Store progress with the whole job data Feat | Job | Store progress with the whole job data Dec 10, 2020

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling 3074850 on lbarthon:master into 8248bc1 on bee-queue:master.

Copy link
Copy Markdown
Author

Bump @skeggse

Copy link
Copy Markdown
Author

Any update on this PR ? 😢

bradvogel requested a review from skeggse April 27, 2021 20:49
skeggse merged commit 6df8b5a into bee-queue:master Apr 29, 2021
beequeueci pushed a commit that referenced this pull request May 19, 2021
## [1.4.0](v1.3.1...v1.4.0) (2021-05-19)

### Features

* **job:** store progress with the whole job data ([#339](#339)) ([6df8b5a](6df8b5a))

### Bug Fixes

* typo fix in README ([#412](#412)) ([850d1d1](850d1d1))

Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL