GithubHelp home page GithubHelp logo

florentx / pgqueue Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 2.0 41 KB

Light PgQ Framework - queuing system for PostgreSQL

Home Page: https://pypi.python.org/pypi/pgqueue

License: ISC License

Python 100.00%

pgqueue's People

Contributors

florentx avatar rodo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rodo gridl

pgqueue's Issues

PgQ Ticker does not survive a DB outage

This is the logfile after the database server is restarted:

2014-06-11 13:18:25,312 WARNING PgQ Ticker: OperationalError: terminating connection due to administrator command
SSL connection has been closed unexpectedly

2014-06-11 13:21:45,438 WARNING PgQ Ticker: TypeError: 'NoneType' object is not iterable
2014-06-11 13:25:05,470 WARNING PgQ Ticker: TypeError: 'NoneType' object is not iterable

tag_retry is slow

When doing retry on thousands of events, I noticed the method is slow.
Maybe we can switch to Cursor.executemany instead of Cursor.execute for the Batch._flush_retry implementation.

... and measure if it gives some benefit.

Remove psycopg2 from requirements

There are two options for installing psycopg2 - psycopg2 and psycopg2-binary packages. Can you remove psycopg2 dependency from setup.py and add hint about this on ImportError exception for pycopg2 import?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.