Skip to content

Commit

Permalink
Offset analysis schedule by 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Aug 1, 2024
1 parent 26db0be commit 5eb8617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oonipipeline/src/oonipipeline/temporal/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ async def schedule_analysis(
spec=ScheduleSpec(
intervals=[
ScheduleIntervalSpec(
every=timedelta(days=1), offset=timedelta(hours=2)
every=timedelta(days=1), offset=timedelta(hours=6)
)
],
),
Expand Down

0 comments on commit 5eb8617

Please sign in to comment.