/django_async_task_celery_redis

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

Primary LanguagePython

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