mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
5 lines
165 B
Python
5 lines
165 B
Python
from app.workers.celery_app import celery_app
|
|
|
|
@celery_app.task(name='app.workers.tasks.uploads.cleanup_stale_uploads')
|
|
def cleanup_stale_uploads():
|
|
return 'ok'
|