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.17a4
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.17a4.tar.gz | 616.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| daq_queuing_service-0.1.17a4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 657.0 kB
Release files / daq_queuing_service-0.1.17a4.tar.gz
| Download URL | daq_queuing_service-0.1.17a4.tar.gz |
|---|---|
| Size | 616.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
92e91b647635988fd29e57253a40da5e6d6957184cb2c371f8651732d8e1745d
|
|
BLAKE2b-256 checksum How to use checksums |
7378c3e44078ee057768aded2140f8fe776a3650cbfc34571056dd7734fa1474
|
| 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.17a4-py3-none-any.whl
| Download URL | daq_queuing_service-0.1.17a4-py3-none-any.whl |
|---|---|
| Size | 40.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
633840c441760107da3d474ef245afd95879d591ca32225cffa3ce464fd07739
|
|
BLAKE2b-256 checksum How to use checksums |
d65d47a2ef3b2fcd2d78cca5e09946a007e649eb40722613b49a3b8e98afc6d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|