The default Python version on Heroku will go from 2.7.13 to 3.6.1 on June 20th
Effective Tuesday, June 20th, 2017, new Python applications pushed to Heroku will use the python-3.6.1 runtime by default (instead of python-2.7.13). (more…)
Read more »
To ‘adequately’ debug Celery under Windows, there are several ways such as: > celery worker –app=demo_app.core –pool=solo –loglevel=INFO But in fact for… Read more