An open API service indexing awesome lists of open source software.

https://github.com/xarg/celery-counter

A sample celery application
https://github.com/xarg/celery-counter

Last synced: over 1 year ago
JSON representation

A sample celery application

Awesome Lists containing this project

README

          

# celery-counter
A sample celery application

docker build -t gcr.io/your-project/celery-counter .
gcloud docker -- push gcr.io/your-project/celery-counter

helm upgrade -i counter --set image.repository=gcr.io/your-project/celery-counter charts/counter