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.e. in case _should_be_bg_query (see search.py) says True and the calculation goes to an Rq worker and the client just regularly checks for status (either via Ajax or Websockets), the checking routine should be able to detect timeouted task and make sure the unfinished concordance is removed and the client is informed that the calculation failed.
To test and develop that, it will probably be necessary to temporarily change things like Rq task timeout, _should_be_bg_query (to always return True).
The text was updated successfully, but these errors were encountered:
I.e. in case
_should_be_bg_query
(seesearch.py
) saysTrue
and the calculation goes to an Rq worker and the client just regularly checks for status (either via Ajax or Websockets), the checking routine should be able to detect timeouted task and make sure the unfinished concordance is removed and the client is informed that the calculation failed.To test and develop that, it will probably be necessary to temporarily change things like Rq task timeout,
_should_be_bg_query
(to always return True).The text was updated successfully, but these errors were encountered: