Nachimak28 / django_async_task_celery_redis

A simple image thumbnailing service built using django, celery and redis as the storage backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple image thumbnailing service built using django, celery and redis as the storage backend for task queues.

Tutorial link

Tutorial executed in an Ubuntu 20.04 VM on GCP

Prerequisites:

  • Install conda and configure env for this app
  • Install the dependencies using requirements.txt
  • Install redis server in the VM reference

Notes:

  • The celery worker command as given in the tutorial does not work, do the following instead
celery -A image_parroter worker --loglevel=info

About

A simple image thumbnailing service built using django, celery and redis as the storage backend


Languages

Language:Python 71.9%Language:HTML 28.1%