Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Resolve dramatiq and dramatiq-gevent using system executable #1

Closed rakanalh closed 6 years ago

rakanalh commented 6 years ago

This change was basically because using dramatiq and dramatic-gevent caused the os module to raise a file not found error when i ran this inside the docker container. The way i did this was using the command:

./venv/bin/python manage.py rundramatiq

Which meant that the current virtualenv is not activated but rather, the python executable is directly used. Which basically resembles the way other people and I configure this in places such as docker-compose files or supervisor configurations.

Bogdanp commented 6 years ago

I merged this with rebase as https://github.com/Bogdanp/django_dramatiq/commit/5e56d6136b29fe3ac8b40e2e5fcfac289c24df67 and released version 0.1.1. Thanks!