summaryrefslogtreecommitdiff
path: root/scripts/cube_dispatcher.py
AgeCommit message (Collapse)Author
2009-06-07move bulk_loader/cube_dispatcher/table_dispatcher to old/Marko Kreen
The scripts are obsolete but kept as samples. To notify that they are not maintained actively, move them away.
2009-06-01python/pgq: relaxed event handlingMarko Kreen
.tag_done() call is no more required. Events are by default in 'done' state. In 2.x events were in 'retry' state by default, which was very bad idea in retrospect. Changing them to 'untagged' and still requiring tag_done() does not seem too good either. Original reasoning was to detect and survive errors in scripts, but the result was only confusion to everybody. So instead of assuming that script may be buggy, now we assume that script knows what it does. And only by explicit action can they be tagged as retry.
2009-06-01python scripts: Move template config to docstring.Asko Oja
* Template config is now in docstring to make to more easy to keep up-to-date. * dbscript: --ini option to show template config.
2009-02-13scripts/ update, mostly from 2.1-stableMarko Kreen
Some docsrting updates also. Dispatchers have not upgraded for cascading yet.
2008-09-17proper quoting for dispatcher scriptsMarko Kreen
2007-09-17Support both event formats, loop over list only once.Marko Kreen
2007-04-16some more api problems in cube_dispatcherMarko Kreen
2007-04-16some scripts were not converted to new apiMarko Kreen
2007-03-13final public releaseskytools_2_1Marko Kreen