-
Notifications
You must be signed in to change notification settings - Fork 5
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
Set progress to 100 if no jobs provided (Jobspool) #120
base: api_v5
Are you sure you want to change the base?
Conversation
Python oorq redis 5 2.7 Tests for test_oorq0 tests 0 ✅ 0s ⏱️ Results for commit e84119c. ♻️ This comment has been updated with latest results. |
Python oorq redis 3 2.7 Tests for test_oorq0 tests 0 ✅ 0s ⏱️ Results for commit e84119c. ♻️ This comment has been updated with latest results. |
Python oorq redis 7 2.7 Tests for test_oorq0 tests 0 ✅ 0s ⏱️ Results for commit e84119c. ♻️ This comment has been updated with latest results. |
@@ -93,6 +93,8 @@ def num_jobs(self): | |||
|
|||
@property | |||
def progress(self): | |||
if not self.num_jobs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Crec que s'hauria de posar un and self.joined
així assegurem que ja s'ha acabat afegir jobs i evitarrace conditions
Python oorq redis 3 3.11 Tests for test_oorq77 tests 77 ✅ 36s ⏱️ Results for commit e84119c. ♻️ This comment has been updated with latest results. |
Python oorq redis 7 3.11 Tests for test_oorq77 tests 77 ✅ 36s ⏱️ Results for commit e84119c. ♻️ This comment has been updated with latest results. |
Python oorq redis 5 3.11 Tests for test_oorq77 tests 77 ✅ 36s ⏱️ Results for commit e84119c. ♻️ This comment has been updated with latest results. |
No description provided.