This release is a pre-release and may not be stable for production use.
daq_queuing_service
A service to queue DAQ experiments and chain BlueAPI calls
The service combines a queue with a worker that consumes items in the queue and sends them to blueapi. A REST API is exposed to interact with the queue, allowing users to add, move, cancel, and get information about, items in the queue, and pause/unpause the queue.
| What | Where |
|---|---|
| Source | https://github.com/DiamondLightSource/daq-queuing-service |
| PyPI | pip install daq-queuing-service |
| Docker | docker run ghcr.io/diamondlightsource/daq-queuing-service:latest |
| Documentation | https://diamondlightsource.github.io/daq-queuing-service |
| Releases | https://github.com/DiamondLightSource/daq-queuing-service/releases |
The server is build with FastAPI. For development and testing, it may be useful to have blueapi and the queue service running locally. To get started, install dependencies into a virtual environment and run the app:
uv sync --group dev
source .venv/bin/activate
podman-compose -f tests/system_tests/compose.yaml up # Local rabbitmq
blueapi --config tests/test_data/test_blueapi_config.yaml serve # Local blueapi
daq-queuing-service -p 8001 --dev # Local queue service
To instead run the i15-1 setup in a development environment first clone crystallography-bluesky. Then run:
uv sync --group dev
source .venv/bin/activate
uv pip install -e `PATH_TO_CRYSTALLOGRAPHY_BLUESKY`
podman-compose -f tests/system_tests/compose.yaml up # Local rabbitmq
blueapi --config tests/test_data/i15_1/test_blueapi_config.yaml serve # Local blueapi pointing at i15-1 plans
daq-queuing-service --config tests/test_data/i15_1/test_daq_queue_config.yaml -p 8001 --dev # Local queue service pointing at i15-1 converters
See https://diamondlightsource.github.io/daq-queuing-service for more detailed documentation.
Release files for daq-queuing-service 0.1.18a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| daq_queuing_service-0.1.18a0.tar.gz | 669.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| daq_queuing_service-0.1.18a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 713.1 kB
Release files / daq_queuing_service-0.1.18a0.tar.gz
| Download URL | daq_queuing_service-0.1.18a0.tar.gz |
|---|---|
| Size | 669.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c4d7e26ea7bef098495c87edff998499df97a9847f1fbc7a65bead826957cba3
|
|
BLAKE2b-256 checksum How to use checksums |
e841e954c94eb56d005fd511c3e3a89ddec059659f7f04150a8478b757db51a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / daq_queuing_service-0.1.18a0-py3-none-any.whl
| Download URL | daq_queuing_service-0.1.18a0-py3-none-any.whl |
|---|---|
| Size | 43.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c5547e70156508b08287e082117447f441f9c56e9d3a22d5bdc15cb34bfd6bfe
|
|
BLAKE2b-256 checksum How to use checksums |
73a3b2b1db4b3c3313bb67d59114914a3a2fc54816ebfdf5d344470238680e72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|