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.11.tar.gz
(76.9 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.11.tar.gz.
File metadata
- Download URL: litestar_saq-0.1.11.tar.gz
- Upload date:
- Size: 76.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51aabc64236baa7f13b39635c60a56714ecf5ec45c2969678b4712c051a27bf7
|
|
| MD5 |
70e021a94b00d23d6332257ff3285922
|
|
| BLAKE2b-256 |
678d7044ba79bb7af2f9dbaf9691a57b7a377a3bad53e45a69e3f6e88703454f
|
File details
Details for the file litestar_saq-0.1.11-py3-none-any.whl.
File metadata
- Download URL: litestar_saq-0.1.11-py3-none-any.whl
- Upload date:
- Size: 13.9 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 |
4a32e13fa46d3a5621b6147a0e553b80771be72602b1a5e99ae262810ce51a65
|
|
| MD5 |
46674e77ba55b4f6d13baf91c7907dc9
|
|
| BLAKE2b-256 |
70bc1454f5ede4fbe7797fcdcde816f3fa5183905320edecaaaf6011b59097f0
|