dramatiq-pg | Postgres Broker for Dramatiq Task Queue
kandi X-RAY | dramatiq-pg Summary
kandi X-RAY | dramatiq-pg Summary
dramatiq-pg is a Python library. dramatiq-pg has no bugs, it has no vulnerabilities and it has low support. However dramatiq-pg build file is not available and it has a Non-SPDX License. You can download it from GitLab.
Dramatiq is a simple task queue implementation for Python3. dramatiq-pg provides a Postgres-based implementation of a dramatiq broker.
Dramatiq is a simple task queue implementation for Python3. dramatiq-pg provides a Postgres-based implementation of a dramatiq broker.
Support
Quality
Security
License
Reuse
Support
dramatiq-pg has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are no watchers for this library.
It had no major release in the last 6 months.
dramatiq-pg has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of dramatiq-pg is current.
Quality
dramatiq-pg has no bugs reported.
Security
dramatiq-pg has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
dramatiq-pg has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
dramatiq-pg releases are not available. You will need to build from source code and install.
dramatiq-pg has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dramatiq-pg
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dramatiq-pg
dramatiq-pg Key Features
No Key Features are available at this moment for dramatiq-pg.
dramatiq-pg Examples and Code Snippets
No Code Snippets are available at this moment for dramatiq-pg.
Community Discussions
No Community Discussions are available at this moment for dramatiq-pg.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dramatiq-pg
Now declare/import actors and manage worker just like any dramatiq setup. An example script is available, tested on CI. The CLI tool dramatiq-pg allows you to requeue messages, purge old messages and show stats on the queue. See --help for details. Dramatiq-pg documentation is hosted on GitLab and give you more details on deployment and operation of Postgres as a Dramatiq broker.
Install dramatiq-pg package from PyPI: $ pip install dramatiq-pg psycopg2-binary Ensure you have either psycopg2 or psycopg2-binary installed.
Init database schema with init command. $ dramatiq-pg init Or adapt dramatiq-pg/schema.sql to your needs.
Before importing actors, define global broker with a connection pool: import dramatiq import psycopg2.pool from dramatiq_pg import PostgresBroker dramatiq.set_broker(PostgresBroker(i)) @dramatiq.actor def myactor(): ...
Install dramatiq-pg package from PyPI: $ pip install dramatiq-pg psycopg2-binary Ensure you have either psycopg2 or psycopg2-binary installed.
Init database schema with init command. $ dramatiq-pg init Or adapt dramatiq-pg/schema.sql to your needs.
Before importing actors, define global broker with a connection pool: import dramatiq import psycopg2.pool from dramatiq_pg import PostgresBroker dramatiq.set_broker(PostgresBroker(i)) @dramatiq.actor def myactor(): ...
Support
If you encounter a bug or miss a feature, please open an issue on GitLab with as much information as possible. dramatiq_pg is available under the PostgreSQL licence.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page