django-rq
django-rq copied to clipboard
Option to update job timeout according to settings
Ability to change job timeout from its detail. Useful when settings are changed.
Codecov Report
Merging #458 (2bb29bc) into master (ce16f5c) will decrease coverage by
0.84%. The diff coverage is12.50%.
:exclamation: Current head 2bb29bc differs from pull request most recent head 1fb0769. Consider uploading reports for the commit 1fb0769 to get more accurate results
@@ Coverage Diff @@
## master #458 +/- ##
==========================================
- Coverage 89.95% 89.10% -0.85%
==========================================
Files 27 27
Lines 1663 1662 -1
==========================================
- Hits 1496 1481 -15
- Misses 167 181 +14
| Impacted Files | Coverage Δ | |
|---|---|---|
| django_rq/urls.py | 100.00% <ø> (ø) |
|
| django_rq/views.py | 82.86% <12.50%> (-4.17%) |
:arrow_down: |
| django_rq/tests/tests.py | 93.83% <0.00%> (-0.17%) |
:arrow_down: |
| django_rq/queues.py | 87.69% <0.00%> (ø) |
|
| django_rq/templatetags/django_rq.py | 100.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 9e3f945...1fb0769. Read the comment docs.
Sorry for the late reply. It would be much more useful if the user himself can specify the timeout. Can you add an intermediary step where the user can specify the new desired timeout?
Update of timeout according to the new setting would be appreciated.