Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 797 Bytes

File metadata and controls

37 lines (24 loc) · 797 Bytes

Nodejs Notifier for Python Tasks

Notifier for long running python tasks.

Installation

git clone https://github.com/deryrahman/nodejs-python-celery-notification

Build & Launch

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

https://github.com/iamshaunjp/websockets-playlist