Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-14 | Remove: pgqadm and related code, its unmaintained | Marko Kreen | |
Although it was nice to have Python code that shows how PgQ ticker and maintenance operations should work, if it's unmaintaned, it's pointless. | |||
2009-09-10 | python/: clean up imports | Marko Kreen | |
- Remove unused imports - Remove relative imports | |||
2009-02-13 | python/pgq update | Marko Kreen | |
- remove the obsolete setconsumer stuff - New CascadedConsumer / CascadedWorker classes, that are based on regular pgq.Consumer - move RemoteConsumer / SerialConsumer out of pgq/consumer.py pgq.Consumer: - rename conf params and instance variables: pgq_queue_name -> queue_name pgq_consumer_id -> consumer_name - disable automatic registration on the queue, now script needs to be called with switches --register / --unregister - drop code to read from multiple-queues at once pgq.ticker: - drop event seq tracking code, this is now done in db | |||
2008-04-16 | fix more bugs - stats, trigger type | Marko Kreen | |
2007-10-12 | convert to new txid interface apperaing in 8.3 | Marko Kreen | |
2007-04-08 | code expected value in seconds, not interval object | Marko Kreen | |
2007-04-06 | various tweaks to get regtest pass more predictibly | Marko Kreen | |
2007-03-13 | final public releaseskytools_2_1 | Marko Kreen | |