Skip to content

Commit

Permalink
Migração - Desliga schedule RDO (#709)
Browse files Browse the repository at this point in the history
desativa schedule rdo
  • Loading branch information
pixuimpou authored Jun 24, 2024
1 parent ce1b587 commit b684edc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pipelines/rj_smtr/br_rj_riodejaneiro_rdo/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
get_current_timestamp,
set_last_run_timestamp,
)
from pipelines.rj_smtr.schedules import every_day

# from pipelines.rj_smtr.schedules import every_day

# from pipelines.rj_smtr.br_rj_riodejaneiro_rdo.schedules import every_two_weeks
from pipelines.utils.decorators import Flow
Expand Down Expand Up @@ -184,7 +185,7 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
rho_captura_tratamento.schedule = every_day
# rho_captura_tratamento.schedule = every_day

with Flow(
"SMTR: RDO - Captura",
Expand Down Expand Up @@ -232,7 +233,7 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
captura_sppo_rdo.schedule = every_day
# captura_sppo_rdo.schedule = every_day


# captura_sppo_rho = deepcopy(captura_sppo_rdo)
Expand Down

0 comments on commit b684edc

Please sign in to comment.