bprinty / Flask-Execute

A Simpler Pattern for Using Celery with Flask
https://flask-execute.readthedocs.io/en/latest/
MIT License
13 stars 1 forks source link

Add ability to register done callback for submitted celery tasks. #12

Closed bprinty closed 4 years ago

bprinty commented 4 years ago

This might be difficult and could require a pre-registration of a done callback instead of registration on the Future object returned by celery.submit().