You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if its possible to logs tasks through websockets? for example something like this: https://youtu.be/R_yWvXWa13U?t=66
i did this using django-tasks which fork from django-rq but the problem is i'm facing issue of high cpu usage. After few minutes cpu is on fire such as 200-400% and i'm unable to reproduce issue. That more seems issue of django channels. I'm sure i'm not logging messages to client in right way due to lack of knowledge. That's some work around.
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering if its possible to logs tasks through websockets? for example something like this:
https://youtu.be/R_yWvXWa13U?t=66
i did this using
django-tasks
which fork fromdjango-rq
but the problem is i'm facing issue of high cpu usage. After few minutes cpu is on fire such as 200-400% and i'm unable to reproduce issue. That more seems issue of django channels. I'm sure i'm not logging messages to client in right way due to lack of knowledge. That's some work around.The text was updated successfully, but these errors were encountered: