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 have working a project which uses more than 1000 plus django-q async task. Now i have to handle all failed task due to timeout error.
one cumbersome method is to handle entire async task using try exception. for this I have to go each file edit it accordingly.
second is --> to create a custom middlware script which process each request and catch the exceptions. Is the second approach work. A help/guide will be very handy to me
The text was updated successfully, but these errors were encountered:
i have working a project which uses more than 1000 plus django-q async task. Now i have to handle all failed task due to timeout error.
one cumbersome method is to handle entire async task using try exception. for this I have to go each file edit it accordingly.
second is --> to create a custom middlware script which process each request and catch the exceptions. Is the second approach work. A help/guide will be very handy to me
The text was updated successfully, but these errors were encountered: