Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ashwinR
/
Gurucool_Test
like
0
Build error
App
Files
Files
Community
9290cd7
Gurucool_Test
/
core
/
celery_app.py
ashwinR
Upload 245 files
b7a7f32
over 1 year ago
raw
Copy download link
history
blame
Safe
160 Bytes
from
celery
import
Celery
celery_app = Celery(
"worker"
, broker=
"amqp://guest@queue//"
)
celery_app.conf.task_routes = {
"app.worker.test_celery"
:
"main-queue"
}