Skip to content

Commit

Permalink
putting timeout task before any other tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Nov 13, 2024
1 parent 2b6e654 commit c1da91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/meteorologia/precipitacao_alertario/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
#########################
# Start alertario flow #
#########################
timeout_flow(timeout_seconds=600)
timeout_flow(timeout_seconds=300)
dfr_pluviometric, dfr_meteorological = download_data()
(dfr_pluviometric, empty_data_pluviometric,) = treat_pluviometer_and_meteorological_data(
dfr=dfr_pluviometric,
Expand Down

0 comments on commit c1da91a

Please sign in to comment.