Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ CleanupRequest
Class
CleanupRequest
examples/celery_alternative/app.py:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
104
class
CleanupRequest(BaseModel):
105
directory: str =
"/tmp"
106
max_age_days: int = 7
107
108
109
class
SyncRequest(BaseModel):
Callers
1
run_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected