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 would be useful to have a method for waiting for the server to be available and ready to accept plans in BlueapiClient. I think we can achieve this by making the _wait_for_reload public and modifying it slightly.
Acceptance Criteria
There is a method that polls until the server is
Up
Initialized
Ready to accept plans
This method polls the environment endpoint
There are unit tests for it
It is used in the system tests to make sure the server is up
The text was updated successfully, but these errors were encountered:
It would be useful to have a method for waiting for the server to be available and ready to accept plans in
BlueapiClient
. I think we can achieve this by making the_wait_for_reload
public and modifying it slightly.Acceptance Criteria
The text was updated successfully, but these errors were encountered: