A question about running Channels and Django code under Celery

2020-08-22 Thread Shaheed Haque
I have a question about running Channels and Django code under Celery. Originally, I had some code that used neither Channels nor Celery, but simply run as part of the View code: def import_all(...) ...database access... This is an expensive operation and to avoid timing out the browser, I

Re: A question about running Channels and Django code under Celery

2020-08-24 Thread shahee...@gmail.com
me of my original posting, I had not noticed that the exception noted below was still happening AND when I moved off my development system onto an AWS deployment setup, everything stopped working. On Saturday, 22 August 2020 at 14:52:33 UTC+1 shahee...@gmail.com wrote: > I have a question a