File tree Expand file tree Collapse file tree
app/grandchallenge/evaluation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import uuid
22from datetime import timedelta
33
4- from billiard .exceptions import SoftTimeLimitExceeded
54from celery .utils .log import get_task_logger
65from django .conf import settings
76from django .core .exceptions import ValidationError
@@ -202,12 +201,7 @@ def prepare_and_execute_evaluation(*, evaluation_pk):
202201
203202
204203@acks_late_micro_short_task (
205- retry_on = (
206- TooManyJobsScheduled ,
207- LockNotAcquiredException ,
208- # TODO remove SoftTimeLimitExceeded, temporary workaround for https://github.com/DIAGNijmegen/rse-grand-challenge-admin/issues/663
209- SoftTimeLimitExceeded ,
210- )
204+ retry_on = (TooManyJobsScheduled , LockNotAcquiredException )
211205)
212206@transaction .atomic
213207def create_algorithm_jobs_for_evaluation (* , evaluation_pk , first_run ):
You can’t perform that action at this time.
0 commit comments