Flask-Celery-Helper icon indicating copy to clipboard operation
Flask-Celery-Helper copied to clipboard

Celery support for Flask without breaking PyCharm inspections.

Results 6 Flask-Celery-Helper issues
Sort by recently updated
recently updated
newest added

Hello, I think that the information on pypi is old. For example, the readme say: ``` .... from flask.ext.celery import Celery ``` And that give import fail and is different...

When using this helper library to unit test some celery tasks with eager_mode (I know this is not recommended but it fits my case), it can happen that SQLAlchemy model...

does this support celery 4? or is it going to be deprecrecated

Following terminal output `celery -A app.celery worker --loglevel=info -------------- celery@ubuntu v4.1.0 (latentcall) ---- **** ----- --- * *** * -- Linux-4.13.0-16-generic-x86_64-with-Ubuntu-17.10-artful 2017-11-15 19:39:02 -- * - **** --- - **...

I am packaging Flask-Celery-Helper into conda-forge and I noticed that the license file missing from the pypi distribution. When you get a chance, can you add it to the MANIFEST...

I am new to Celery and RabbitMQ but would it be hard to implement a LockManager for AMQP?