Skip to content

Commit

Permalink
concurrency limit on postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 8, 2025
1 parent a22eeb0 commit c6c9548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eve/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def fastapi_app():

@app.function(
image=image,
concurrency_limit=1,
schedule=modal.Period(minutes=15),
timeout=3600
)
Expand Down

0 comments on commit c6c9548

Please sign in to comment.