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
It does seems like dispatcher does not send something, but it does happen only upon click in the frontend for me. For you too?
If so, maybe the request is modified after this click.
Every time a new run_analysys is sent from the dispatcher, the request is not actually set to new. And because of that, maybe, the response from the dispatcher is never "recovered" back if a return_progress request has been sent.
Ideally, we'd want a return_progress request to not overwrite the content of the query_output.json of its run_analysis.
the case is like that
and run_analysis responses do not anymore contain job monitor messages
The text was updated successfully, but these errors were encountered: