Skip to content

Commit

Permalink
Fix time limit definition for get_usage_statistics (#2517)
Browse files Browse the repository at this point in the history
Fix time limit definition for get_usage_statistics

Reviewed-by: Laura Barcziová
  • Loading branch information
2 parents d2459ec + 182c5e2 commit 8415870
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packit_service/celery_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"get_usage_statistics": {
"task": "packit_service.worker.tasks.get_usage_statistics",
"schedule": 3600.0,
"options": {"queue": "long-running"},
"time_limit": 1800,
"options": {"queue": "long-running", "time_limit": 1800},
},
}

Expand Down

0 comments on commit 8415870

Please sign in to comment.