mirror of https://github.com/mitsuhiko/flask.git
Browse Source
With the latest version of Celery (3.1.6), following this tutorial produces the following error when attempting to start the celery worker: user_preload = tuple(self.app.user_options['preload'] or ()) AttributeError: 'Flask' object has no attribute 'user_options' Using `app` as the variable name here confuses celery. Renaming `app` to `flask_app` in the tutorial solves the issue and allows the celery worker to start successfully.pull/931/head
Afik
11 years ago
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue