Task Bus SDK for Python (PGMQ / PostgreSQL broker)
Project description
task-hub-sdk-pg
PGMQ provider for the Task Bus Python SDK.
Usage
from task_hub_sdk_pg import BaseWorker, PgProvider, start_worker
from task_hub_sdk import ProviderConfig
class MyWorker(BaseWorker):
def process_task(self, msg_id, body) -> bool:
return True
# Convenience helper
start_worker(MyWorker(queue_name="transcribe"))
# Explicit provider
start_worker(MyWorker(), PgProvider(), ProviderConfig(queue_name="transcribe"))
Environment
| Variable | Description |
|---|---|
SERVER_URL |
Task Bus server for status reporting |
TASK_BUS_URL / DATABASE_URL |
Postgres connection URL |
TASK_BUS_QUEUE / PGMQ_QUEUE |
Queue name (auto-prefixed to task_*) |
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 task_hub_sdk_pg-1.0.0-py3-none-any.whl.
File metadata
- Download URL: task_hub_sdk_pg-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef795e4ca4ad112c9e7a6e61929d42dc90585cf8baddfe0ce04c22269e51edc0
|
|
| MD5 |
22c19e2ddcd7ff10307443581c814b97
|
|
| BLAKE2b-256 |
fbba479f6507129835ad22dde8875d4218c0e293033c76157891cabd61f7b31d
|