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 workers run
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.19.tar.gz
(69.7 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.19.tar.gz.
File metadata
- Download URL: litestar_saq-0.1.19.tar.gz
- Upload date:
- Size: 69.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff329abb723de26c9e55aea056514085a5a1ec549aeff031aeb2285792ffeec8
|
|
| MD5 |
b995c3a02bd72bddd87dde90a01a5a0b
|
|
| BLAKE2b-256 |
c071662834ee7e82ca0c7b805c4a233eb23734a57b39440f8ff02374baadf8e2
|
File details
Details for the file litestar_saq-0.1.19-py3-none-any.whl.
File metadata
- Download URL: litestar_saq-0.1.19-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89d76b73850e8bae44278547e9b5739562e1aa5713ac223b8c291e05e5a29671
|
|
| MD5 |
c9c45a2c3ce9511643e7ab0d7d3c3f14
|
|
| BLAKE2b-256 |
f8662e634315f72ebb931f38da4c19fba391a706145cef93e48ce57f5b6e590c
|