Skip to content

Commit

Permalink
Migração - Desativa schedules onibus gps zirix (#704)
Browse files Browse the repository at this point in the history
desativa schedules onibus gps zirix

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
akaBotelho and mergify[bot] authored Jun 20, 2024
1 parent 7b62e2d commit cc1552c
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 cc1552c

Please sign in to comment.