Skip to content

Commit

Permalink
Merge branch 'master' into migracao/desativa-viagem-zirix
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou authored Jun 20, 2024
2 parents 423c7e7 + cc1552c commit 64550ce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
realocacao_sppo_zirix.schedule = every_10_minutes
# realocacao_sppo_zirix.schedule = every_10_minutes


with Flow(
Expand Down Expand Up @@ -273,7 +273,7 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
captura_sppo_zirix.schedule = every_minute
# captura_sppo_zirix.schedule = every_minute


with Flow(
Expand Down Expand Up @@ -379,4 +379,4 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
recaptura_zirix.schedule = every_hour_minute_six
# recaptura_zirix.schedule = every_hour_minute_six

0 comments on commit 64550ce

Please sign in to comment.