Skip to content

Commit

Permalink
Increase timeout for cleaning job
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Jeanneney committed Aug 2, 2024
1 parent 2c3a6ef commit a499a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/deploy_backend/defaults/main/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
failed_jobs_history_limit: 7
backoff_limit: 0
parallelism: 1
active_deadline_seconds: 300
active_deadline_seconds: 600
command: "dist/scripts/cleanDocuments.js"

0 comments on commit a499a44

Please sign in to comment.