czue / celery-progress

Drop in, configurable, dependency-free progress bars for your Django/Celery applications.
MIT License
473 stars 90 forks source link

Hotfix support for django_db for celery backend (specially for django… #74

Open aidin-leo opened 3 years ago

aidin-leo commented 3 years ago

suggestion to fix this issue

czue commented 3 years ago

Thanks for the contribution! I'll let @OmarWKH weigh in on this change as I'm not familiar with this part of the code

OmarWKH commented 3 years ago

I'm also not familiar enough with channels.

Initial thoughts:

  1. How does this affect users of other backends?
  2. Should we use database_sync_to_async instead?

I might look into it more later.