Skip to content

Commit

Permalink
chore: change sme schedulle to midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Sep 18, 2023
1 parent fcb98fb commit e3b79d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rj_sme/dump_db_educacao_basica/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@

sme_clocks = generate_dump_db_schedules(
interval=timedelta(days=1),
start_date=datetime(2022, 8, 5, 12, 50, tzinfo=pytz.timezone("America/Sao_Paulo")),
start_date=datetime(2022, 1, 1, 2, 10, tzinfo=pytz.timezone("America/Sao_Paulo")),
labels=[
constants.RJ_SME_AGENT_LABEL.value,
],
Expand Down

0 comments on commit e3b79d9

Please sign in to comment.