Skip to content

Commit

Permalink
Bilhetagem - Desativa schedules (#699)
Browse files Browse the repository at this point in the history
desativa schedules

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
pixuimpou and mergify[bot] authored Jun 4, 2024
1 parent 9c914e1 commit 7112609
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
| constants.BILHETAGEM_TRANSACAO_CAPTURE_PARAMS.value,
)

bilhetagem_transacao_captura.schedule = every_minute
# bilhetagem_transacao_captura.schedule = every_minute


bilhetagem_transacao_riocard_captura = deepcopy(default_capture_flow)
Expand All @@ -81,7 +81,7 @@
| constants.BILHETAGEM_TRANSACAO_RIOCARD_CAPTURE_PARAMS.value,
)

bilhetagem_transacao_riocard_captura.schedule = every_minute
# bilhetagem_transacao_riocard_captura.schedule = every_minute

# BILHETAGEM FISCALIZAÇÃO - CAPTURA A CADA 5 MINUTOS #

Expand All @@ -99,7 +99,7 @@
| constants.BILHETAGEM_FISCALIZACAO_CAPTURE_PARAMS.value,
)

bilhetagem_fiscalizacao_captura.schedule = every_5_minutes
# bilhetagem_fiscalizacao_captura.schedule = every_5_minutes

# BILHETAGEM INTEGRAÇÃO - CAPTURA A CADA MINUTO #

Expand Down Expand Up @@ -217,7 +217,7 @@
default_parameters=constants.BILHETAGEM_MATERIALIZACAO_TRANSACAO_RIOCARD_PARAMS.value,
)

bilhetagem_materializacao_transacao_riocard.schedule = every_day_hour_five
# bilhetagem_materializacao_transacao_riocard.schedule = every_day_hour_five

# Ordem Pagamento

Expand Down Expand Up @@ -527,7 +527,7 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
bilhetagem_transacao_tratamento.schedule = every_hour
# bilhetagem_transacao_tratamento.schedule = every_hour

# CAPTURA/TRATAMENTO - ORDEM PAGAMENTO:
# CAPTURA + RECAPTURA + MATERIALIZAÇÃO
Expand Down Expand Up @@ -682,4 +682,4 @@
)


bilhetagem_ordem_pagamento_captura_tratamento.schedule = every_day_hour_five
# bilhetagem_ordem_pagamento_captura_tratamento.schedule = every_day_hour_five

0 comments on commit 7112609

Please sign in to comment.