The current solution requires the user to call the status checker themselves.
Current implementation requires db_connector as input. This is obtained from BoutRunSetup, and can be different from bout_run to bout_run. A possible solution is to restrict BoutRunner to allow only one db_connector, or to build the StatusChecker for every bout_run
The current solution requires the user to call the status checker themselves.
Current implementation requires
db_connector
as input. This is obtained fromBoutRunSetup
, and can be different frombout_run
tobout_run
. A possible solution is to restrictBoutRunner
to allow only onedb_connector
, or to build theStatusChecker
for everybout_run