We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3909c06 + e4a9f4e commit 096f162Copy full SHA for 096f162
1 file changed
projects/policyengine-api-simulation/src/modal/app.py
@@ -78,7 +78,7 @@ def configure_logfire(service_name: str = "policyengine-simulation"):
78
memory=32768,
79
timeout=3600,
80
retries=0,
81
- max_containers=30,
+ max_containers=100,
82
secrets=[gcp_secret, logfire_secret],
83
)
84
def run_simulation(params: dict) -> dict:
0 commit comments