Reads from a Laravel queue
Project description
Laravel Queue for Python
Currently:
- only supports reading
- only supports queues in postgres
Read Jobs from Queue
from laravel-queue import Queue
connection_string = "postgresql://user:password@host:5432/db"
queue = Queue(connection_string)
queue.read()
Queue Args:
connection: str or sqlalchemy.engine.base.Engine
queue: str, default 'python', the queue name in the database
jobs_table: str, default 'jobs.jobs', the table name for the jobs
failed_jobs_table: str, default 'jobs.failed_jobs', the table name for the failed jobs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
laravel_queue-0.0.10.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file laravel_queue-0.0.10.tar.gz
.
File metadata
- Download URL: laravel_queue-0.0.10.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de07db8e314dfd3b185376fc78179025f962c264c9d0c5e7980b6d25a62fa62d |
|
MD5 | 4e4b6460a9dc2fd9c92b8c5eb0a89aea |
|
BLAKE2b-256 | cf7f81aca0b45f43c4d711ad13270a5b9a5d04f6655d57aecf8ddbec1f879bef |
File details
Details for the file laravel_queue-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: laravel_queue-0.0.10-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe89cb1a7e0341c029cfb810fb56559d20d2c5527e5dff9f68d6c0abb852cecc |
|
MD5 | 2bc428ab2a629608d058f85340984f59 |
|
BLAKE2b-256 | b26864892d24a0956c50f008cdad7b6ab5a608fa64dc9afcabaf12bbe579e45b |