Skip to content

Commit 75f9651

Browse files
authored
Merge branch 'master' into pre-commit-ci-update-config
2 parents 6fec0b5 + ecfd6ac commit 75f9651

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

git

Whitespace-only changes.

pipelines/rj_seconserva/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Prefect flows for seconserva project
44
"""
55

6-
from pipelines.rj_seconserva.dump_db_siscor.flows import *
6+
# from pipelines.rj_seconserva.dump_db_siscor.flows import *

pipelines/rj_segovi/dump_db_1746/flows.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
labels=[
2626
constants.RJ_SEGOVI_AGENT_LABEL.value,
2727
],
28+
cpu_limit="500m",
29+
cpu_request="500m",
30+
memory_limit="2Gi",
31+
memory_request="2Gi",
2832
)
2933

3034
_1746_default_parameters = {

0 commit comments

Comments
 (0)