Skip to content

Commit

Permalink
chore: lower image storage to 24h
Browse files Browse the repository at this point in the history
The server is just overloaded, drop images sooner

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Feb 6, 2025
1 parent 2bff208 commit 96a6a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asu/routers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def api_v1_build_post(
request_hash: str = get_request_hash(build_request)
job: Job = get_queue().fetch_job(request_hash)
status: int = 200
result_ttl: str = "7d"
result_ttl: str = "24h"
if build_request.defaults:
result_ttl = "1h"
failure_ttl: str = "10m"
Expand Down

0 comments on commit 96a6a09

Please sign in to comment.