1ST
This commit is contained in:
9
backend/celery_app.py
Normal file
9
backend/celery_app.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Celery Application Entry Point
|
||||
用於啟動 Celery worker 和 beat scheduler
|
||||
"""
|
||||
|
||||
from tasks import celery
|
||||
|
||||
if __name__ == '__main__':
|
||||
celery.start()
|
Reference in New Issue
Block a user