Skip to content

Commit

Permalink
fix: increase job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 8, 2024
1 parent 20481c6 commit a3b6a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openfoodfacts_exports/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ def export_job(flavor: Flavor) -> None:
export_parquet,
dataset_path,
PARQUET_DATASET_PATH,
job_timeout="1h",
)
high_queue.enqueue(
generate_mobile_app_dump,
PARQUET_DATASET_PATH,
MOBILE_APP_DUMP_DATASET_PATH,
depends_on=export_parquet_job,
job_timeout="1h",
)

0 comments on commit a3b6a1d

Please sign in to comment.