summaryrefslogtreecommitdiff
path: root/python/pgq/cascade/nodeinfo.py
AgeCommit message (Collapse)Author
2013-04-18londiste status: make node name easier to selectMarko Kreen
2013-02-27pgq/cascade: significant speed up of getting status on big cascadesmartinko
e.g.: 1000 node cascade status went from minutes to seconds
2012-01-31--sync-watermark: limit watermark to specific nodesMarko Kreen
This will allow specified nodes to sync global watermark with each other, without sending it upwards. This isolates root node from lag on downstream nodes.
2011-02-23cascade status: avoid negative lag, sort by nameMarko Kreen
negative lag can happen if info fetching takes too long.
2011-02-01status: info improvementsMarko Kreen
- show queue name - show local node - show lag in nicer way - show last tick on node
2011-01-12nodeinfo status: show only first line of errorMarko Kreen
2010-12-01londiste: show table counts in 'status'Marko Kreen
2009-09-10nodeinfo: show failed consumersMarko Kreen
2009-06-01cascade: more takeover workMarko Kreen
2009-06-01cascade status: work on broken tree, show node typeMarko Kreen
- Show node type after name - Allow several roots, take nodes with missing parents as roots It still cannot work on cycles. But as the change-provider code should avoid making those, maybe it's not worth worrying about.
2009-06-01cascade: takeoverMarko Kreen
Instead of switchover/failover commands have 'takeover' command, to be launched from new node.
2009-02-13python/pgq updateMarko 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