Skip to content

Commit f163d89

Browse files
authored
Merge branch 'master' into staging/cor_satelite
2 parents 76548d9 + ecfd6ac commit f163d89

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

+1-1
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

+4
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)