okteto / samples

Learn how to develop with Okteto
https://okteto.com/
Apache License 2.0
110 stars 30 forks source link

Worker on Django sample doesn't process messages #53

Closed rberrelleza closed 5 years ago

rberrelleza commented 5 years ago

I tried the Django sample using Okteto 1.3.0, and ran into the following issues:

pchico83 commented 5 years ago

@rberrelleza the first one is fixed by https://github.com/okteto/okteto/pull/362 The second issue is a known celery issue. You must execute okteto restart to actually restart the worker.