fix(download): salvage soft-time-limit kills + fix timeout ladder #59
@@ -33,8 +33,8 @@ def test_timeout_ladder_keeps_subprocess_budgets_under_soft_limit():
|
|||||||
logs + finalizes the event) BEFORE Celery's SoftTimeLimitExceeded
|
logs + finalizes the event) BEFORE Celery's SoftTimeLimitExceeded
|
||||||
preempts it. soft must in turn sit below the hard SIGKILL cap."""
|
preempts it. soft must in turn sit below the hard SIGKILL cap."""
|
||||||
from backend.app.services.gallery_dl import (
|
from backend.app.services.gallery_dl import (
|
||||||
BACKFILL_TIMEOUT_SECONDS,
|
|
||||||
_DEFAULT_GDL_TIMEOUT_SECONDS,
|
_DEFAULT_GDL_TIMEOUT_SECONDS,
|
||||||
|
BACKFILL_TIMEOUT_SECONDS,
|
||||||
)
|
)
|
||||||
from backend.app.tasks.download import (
|
from backend.app.tasks.download import (
|
||||||
DOWNLOAD_HARD_TIME_LIMIT,
|
DOWNLOAD_HARD_TIME_LIMIT,
|
||||||
|
|||||||
Reference in New Issue
Block a user