You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be upgraded to be up-to-date. The task decorator from celery.contrib.methods is found in Celery now. So app = Celery() can be used for the decorator now: @app.task().
This should be upgraded to be up-to-date. The
taskdecorator fromcelery.contrib.methodsis found inCelerynow. Soapp = Celery()can be used for the decorator now:@app.task().