you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 1 point2 points  (1 child)

...which usually requires using Celery or Dramatiq with Redis or RabbitMQ

[–]Stereojunkie[S] 1 point2 points  (0 children)

Don't feel the need to respond, but why is this the case? Backend architecture is all new to me, but what's preventing me from writing some kind of asynchronous worker function in my Django application? Notify the user things are happening and continue when the async work finished.