Notifier for long running python tasks.
git clone https://github.com/deryrahman/nodejs-python-celery-notification
docker-compose up --build
This will expose the Nodejs application's endpoints on port 5000
Open browser
http://localhost:5000
To shut down:
docker-compose down
References:
https://github.com/mattkohl/docker-flask-celery-redis
https://matthewminer.com/2015/02/21/pattern-for-async-task-queue-results.html