django-rq icon indicating copy to clipboard operation
django-rq copied to clipboard

Option to update job timeout according to settings

Open eriktelepovsky opened this issue 4 years ago • 3 comments
trafficstars

Ability to change job timeout from its detail. Useful when settings are changed.

eriktelepovsky avatar Dec 03 '20 08:12 eriktelepovsky

Codecov Report

Merging #458 (2bb29bc) into master (ce16f5c) will decrease coverage by 0.84%. The diff coverage is 12.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 Impacted file tree graph

@@            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 data Powered by Codecov. Last update 9e3f945...1fb0769. Read the comment docs.

codecov[bot] avatar Dec 03 '20 11:12 codecov[bot]

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?

selwin avatar Jan 26 '21 00:01 selwin

Update of timeout according to the new setting would be appreciated.

rsoltys avatar Dec 13 '23 09:12 rsoltys