🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Use when creating or updating Celery tasks, async job logic, or Beat schedules in the backend.
backend/src/backend/apps/**/tasks.py
backend/src/backend/celery_app.py
tasks.py
@app.task
backend.celery_app
int
None
asyncio.run()
get_task_session()
app.conf.beat_schedule
celery.schedules.crontab
alchemy_config
backend/tests/apps/users/test_tasks.py