From cc1552c6de6c5302290a493c331aef1d10e63164 Mon Sep 17 00:00:00 2001 From: Guilherme Botelho Date: Thu, 20 Jun 2024 11:38:56 -0300 Subject: [PATCH] =?UTF-8?q?Migra=C3=A7=C3=A3o=20-=20Desativa=20schedules?= =?UTF-8?q?=20onibus=20gps=20zirix=20(#704)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit desativa schedules onibus gps zirix Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .../rj_smtr/br_rj_riodejaneiro_onibus_gps_zirix/flows.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps_zirix/flows.py b/pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps_zirix/flows.py index 3521d2d9e..46d47e59f 100644 --- a/pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps_zirix/flows.py +++ b/pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps_zirix/flows.py @@ -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( @@ -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( @@ -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