Skip to content

Commit

Permalink
Change schedule buffering policy
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 5, 2024
1 parent 6bc2064 commit b4e3346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oonipipeline/src/oonipipeline/temporal/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async def schedule_analysis(
)
],
),
policy=SchedulePolicy(overlap=ScheduleOverlapPolicy.TERMINATE_OTHER),
policy=SchedulePolicy(overlap=ScheduleOverlapPolicy.BUFFER_ALL),
state=ScheduleState(
note="Run the analysis workflow every day with an offset of 6 hours to ensure the observation workflow has completed"
),
Expand Down

0 comments on commit b4e3346

Please sign in to comment.