Skip to content

Commit

Permalink
fix: increase job timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 15, 2024
1 parent ca5dff9 commit 8b3b5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfoodfacts_exports/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ def export_job(flavor: Flavor) -> None:
export_parquet,
dataset_path,
PARQUET_DATASET_PATH,
job_timeout="1h",
job_timeout="3h",
)
high_queue.enqueue(
generate_push_mobile_app_dump,
PARQUET_DATASET_PATH,
depends_on=export_parquet_job,
job_timeout="1h",
job_timeout="3h",
)

0 comments on commit 8b3b5cc

Please sign in to comment.