Litestar SAQ
[!IMPORTANT] This plugin currently contains minimal features and is a work-in-progress
Installation
pip install litestar-saq
Usage
Here is a basic application that demonstrates how to use the plugin.
from __future__ import annotations
from litestar import Litestar
from litestar_saq import QueueConfig, SAQConfig, SAQPlugin
saq = SAQPlugin(config=SAQConfig(redis_url="redis://localhost:6397/0", queue_configs=[QueueConfig(name="samples")]))
app = Litestar(plugins=[saq])
You can start a background worker with the following command now:
litestar --app-dir=examples/ --app basic:app tasks run-worker
Using Litestar app from env: 'basic:app'
Starting SAQ Workers ──────────────────────────────────────────────────────────────────
INFO - 2023-10-04 17:39:03,255 - saq - worker - Worker starting: Queue<redis=Redis<ConnectionPool<Connection<host=localhost,port=6397,db=0>>>, name='samples'>
INFO - 2023-10-04 17:39:06,545 - saq - worker - Worker shutting down
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
litestar_saq-0.1.8.tar.gz
(76.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file litestar_saq-0.1.8.tar.gz.
File metadata
- Download URL: litestar_saq-0.1.8.tar.gz
- Upload date:
- Size: 76.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75e39fb293174ed06c642e65122ccf60f9dc5286c1a4371810198b846a49be91
|
|
| MD5 |
ef092694610cab1b92baa664af9d5415
|
|
| BLAKE2b-256 |
788a6b63f21a16ab095f42af8fb5d4ff7003ed3dde640a32dd9699b02706426b
|
File details
Details for the file litestar_saq-0.1.8-py3-none-any.whl.
File metadata
- Download URL: litestar_saq-0.1.8-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
091567abaacb38d113c61eb731fa8533c925a647944a50a319bd003397b92d78
|
|
| MD5 |
d37b665c1dbac0c4a038598de54848b6
|
|
| BLAKE2b-256 |
1601f886905bd1529f4ce30f356c8cae763addaba6d6d1a05d35183ec51dc6ca
|