Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7112609 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellcassius committed Jun 4, 2024
1 parent ceb56a3 commit c19f5d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.br_rj_riodejaneiro_bilhetagem.f
| 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 @@ -110,7 +110,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.br_rj_riodejaneiro_bilhetagem.f
| 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 @@ -128,7 +128,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.br_rj_riodejaneiro_bilhetagem.f
| 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 @@ -246,7 +246,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.br_rj_riodejaneiro_bilhetagem.f
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 @@ -556,7 +556,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.br_rj_riodejaneiro_bilhetagem.f
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 @@ -711,7 +711,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.br_rj_riodejaneiro_bilhetagem.f
)


bilhetagem_ordem_pagamento_captura_tratamento.schedule = every_day_hour_five</code></pre>
# bilhetagem_ordem_pagamento_captura_tratamento.schedule = every_day_hour_five</code></pre>
</details>
</section>
<section>
Expand Down

0 comments on commit c19f5d9

Please sign in to comment.