Difficulty with Celery: function object has no property 'delay' Difficulty with Celery: function object has no property 'delay' flask flask

Difficulty with Celery: function object has no property 'delay'


The view name send_sms conflicts with the celery task name. The name send_sms references the view, not the task, when used in the module that contains the view.

Use different name to avoid the overwriting.