DiamondLightSource / DiamondLightSource/daq-queuing-service
Validate new tasks inside the queue server
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 16
Description
Currently we validate new tasks by posting the task to blueapi and then deleting it. This has to be done one at a time fo each task and can be slow. We should instead validate tasks internally.
## Acceptance Criteria
- New tasks are validated internally
Contributor guide
Assessment
This issue has not been assessed yet.