Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 17, 2024
2 parents 6fec0b5 + ecfd6ac commit 75f9651
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Empty file added git
Empty file.
2 changes: 1 addition & 1 deletion pipelines/rj_seconserva/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Prefect flows for seconserva project
"""

from pipelines.rj_seconserva.dump_db_siscor.flows import *
# from pipelines.rj_seconserva.dump_db_siscor.flows import *
4 changes: 4 additions & 0 deletions pipelines/rj_segovi/dump_db_1746/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
labels=[
constants.RJ_SEGOVI_AGENT_LABEL.value,
],
cpu_limit="500m",
cpu_request="500m",
memory_limit="2Gi",
memory_request="2Gi",
)

_1746_default_parameters = {
Expand Down

0 comments on commit 75f9651

Please sign in to comment.