summaryrefslogtreecommitdiff
path: root/scripts
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-04-30added a small useful example consumerAsko Tiidumaa
2009-02-17Combined queue_loaderMarko Kreen
Merge table_dispatcher, cube_dispatcher and bulk_loader together
2009-02-13scripts/ update, mostly from 2.1-stableMarko Kreen
Some docsrting updates also. Dispatchers have not upgraded for cascading yet.
2008-09-17- s/self.jobs/jobs/ in "reload"Martin Pihlak
- fix "start" error message when job is already running
2008-09-17proper quoting for dispatcher scriptsMarko Kreen
2008-02-28include upgrade script from -stableMarko Kreen
2007-09-17Support both event formats, loop over list only once.Marko Kreen
2007-09-17support both event formatMarko Kreen
2007-09-15loop over event list only onceMarko Kreen
2007-07-16scriptmgr: more error checking, dont die on user mistakesMarko Kreen
2007-07-16bulk_loader: always use temp tablesMarko 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