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.16.tar.gz
(91.1 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.16.tar.gz.
File metadata
- Download URL: litestar_saq-0.1.16.tar.gz
- Upload date:
- Size: 91.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bb06c1a61b726678b6673b805e938f08c9c4230e46504076bc5d906e7aa99b5
|
|
| MD5 |
2a37d5cba7ed533617094bef6d0a0abd
|
|
| BLAKE2b-256 |
bf585519d6671c64145066e435d982c4f99097a1e828dfc2d6fe107a6d0be699
|
File details
Details for the file litestar_saq-0.1.16-py3-none-any.whl.
File metadata
- Download URL: litestar_saq-0.1.16-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54625693d909cdf562f591f733a1786fe32e06af8eea8c03d55fcef623863a4a
|
|
| MD5 |
424d67780cedf1611b205e7d8fadbb35
|
|
| BLAKE2b-256 |
a0fe4dbb0da154aed55fa6f56b32dbbeb4e46b2dfaec1b1bbb3e8c54da9967f1
|