Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DPL: avoid ODC waiting indefinitely for the driver
When deploying in embedded mode, ODC will wait for the driver to transition through the state machine stetes. However right now the driver itself is not a FairMQ device, nor has any special plugin, so Control will wait for a transition which will never happen and eventually kill the run. This marks the task as expendable, telling ODC to ignore the state changes for it, hopefully working around the problem. Being expendable is also probably a good idea, because we do not want that a bug in the GUI crashes the whole workflow.
- Loading branch information