Age | Commit message (Collapse) | Author |
|
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.
|
|
It's obsolete since 8.3. Drop it.
|
|
- get_batch_cursor()
- loop_delay
|
|
Use scheme that pygtk uses to support parallel installations:
import pkgloader
pkgloader.require('skytools', '3.0')
import skytools
This will allow keeping old module installed by default and new
version is used only by request.
|
|
* Template config is now in docstring to make to more
easy to keep up-to-date.
* dbscript: --ini option to show template config.
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|