Skip to content

Commit

Permalink
Merge branch 'master' into staging/smtr-subisio-sppo
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 17, 2022
2 parents 3cbf7d3 + 37c6d44 commit 61d1ad7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pipelines/rj_smfp/dump_db_metas/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

from datetime import datetime, timedelta

from prefect.schedules import Schedule
import pytz

from prefect.schedules import Schedule
from pipelines.constants import constants
from pipelines.utils.dump_db.utils import generate_dump_db_schedules
from pipelines.utils.utils import untuple_clocks as untuple
Expand Down Expand Up @@ -43,8 +42,8 @@


egp_web_clocks = generate_dump_db_schedules(
interval=timedelta(days=30),
start_date=datetime(2022, 7, 20, 10, 0, tzinfo=pytz.timezone("America/Sao_Paulo")),
interval=timedelta(days=7),
start_date=datetime(2022, 8, 18, 0, 0, tzinfo=pytz.timezone("America/Sao_Paulo")),
labels=[
constants.RJ_SMFP_AGENT_LABEL.value,
],
Expand Down

0 comments on commit 61d1ad7

Please sign in to comment.