Skip to content

Commit

Permalink
Deploying to gh-pages from @ 62b69ac 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Jan 15, 2024
1 parent 3c75693 commit d15949b
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 193 deletions.
2 changes: 2 additions & 0 deletions rj_cor/meteorologia/precipitacao_alertario/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h1 class="title">Module <code>pipelines.rj_cor.meteorologia.precipitacao_alerta
from datetime import timedelta

from prefect import case, Parameter
from prefect.executors import LocalDaskExecutor
from prefect.run_configs import KubernetesRun
from prefect.storage import GCS
from prefect.tasks.prefect import create_flow_run, wait_for_flow_run
Expand Down Expand Up @@ -238,6 +239,7 @@ <h1 class="title">Module <code>pipelines.rj_cor.meteorologia.precipitacao_alerta
image=constants.DOCKER_IMAGE.value,
labels=[constants.RJ_COR_AGENT_LABEL.value],
)
cor_meteorologia_precipitacao_alertario.executor = LocalDaskExecutor(num_workers=10)
cor_meteorologia_precipitacao_alertario.schedule = minute_schedule</code></pre>
</details>
</section>
Expand Down
Loading

0 comments on commit d15949b

Please sign in to comment.