Login
Remember
Register
Ask a Question
If app=celery(), task is created using _______ decorator.
0
votes
asked
Jun 19, 2022
in
Celery
by
john ganales
If app=celery(), task is created using _______ decorator.
a) app
b) @app.task
c) @task.app
d) All the options
celery
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 19, 2022
by
john ganales
b) @app.task
...