Skip to content

Commit

Permalink
Merge pull request #684 from prefeitura-rio/staging/fix_1746_kubernet…
Browse files Browse the repository at this point in the history
…es_flow_limits

fix: cpu and memory limits
  • Loading branch information
BrunodePauloAlmeida authored May 17, 2024
2 parents c870c3d + 9005f05 commit ecfd6ac
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 ecfd6ac

Please sign in to comment.