MCPcopy
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
104class CleanupRequest(BaseModel):
105 directory: str = "/tmp"
106 max_age_days: int = 7
107
108
109class SyncRequest(BaseModel):

Callers 1

run_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected