flask-celeryext icon indicating copy to clipboard operation
flask-celeryext copied to clipboard

Simple integration layer between Celery and Flask.

Results 1 flask-celeryext issues
Sort by recently updated
recently updated
newest added
trafficstars

Because of the check that's done [here](https://github.com/inveniosoftware/flask-celeryext/blob/master/flask_celeryext/app.py#L59-L60) for the existence of the `flask_app` attr on the celery instance, it's not possible to explicitly set the `flask_app` after the first initialization...

Type: bug