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
In order to adapt to the command manager's latest design requirements, we need to rewrite the SearchThread class, since most of it is tailored to the outdated data flow design.
We will use an updateByQuery style API call to simultaneously retrieve pending commands and update their status to failure whenever these happen to have expired.
The text was updated successfully, but these errors were encountered:
Description
In order to adapt to the command manager's latest design requirements, we need to rewrite the
SearchThread
class, since most of it is tailored to the outdated data flow design.We will use an updateByQuery style API call to simultaneously retrieve pending commands and update their status to
failure
whenever these happen to have expired.The text was updated successfully, but these errors were encountered: