Skip to content

Commit

Permalink
update shedule
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Oct 6, 2023
1 parent 96a8c9b commit 93ee166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
every_month = Schedule(
clocks=[
CronClock(
cron="0 17 15 * *", # At 17:00 on day-of-month 15
cron="0 6 * * 2", # At 06:00 on Tuesday
start_date=datetime(2023, 9, 26),
labels=[
constants.BASEDOSDADOS_PROD_AGENT_LABEL.value,
Expand Down

0 comments on commit 93ee166

Please sign in to comment.