feat(api): recover orphaned background tasks and make task re-runs idempotent (#11416)

This commit is contained in:
Adrián Peña
2026-06-02 14:00:17 +02:00
committed by GitHub
parent 7f67eac1bf
commit cf9beb8234
22 changed files with 1722 additions and 90 deletions
+2
View File
@@ -139,6 +139,8 @@ services:
worker-dev:
image: prowler-api-dev
# Give Celery soft shutdown time to drain/re-queue in-flight tasks on stop.
stop_grace_period: 120s
build:
context: ./api
dockerfile: Dockerfile