Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-07 | move 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-01 | python/pgq: relaxed event handling | Marko 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-01 | python 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-30 | added a small useful example consumer | Asko Tiidumaa | |
2009-02-17 | Combined queue_loader | Marko Kreen | |
Merge table_dispatcher, cube_dispatcher and bulk_loader together | |||
2009-02-13 | scripts/ update, mostly from 2.1-stable | Marko 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-17 | proper quoting for dispatcher scripts | Marko Kreen | |
2008-02-28 | include upgrade script from -stable | Marko Kreen | |
2007-09-17 | Support both event formats, loop over list only once. | Marko Kreen | |
2007-09-17 | support both event format | Marko Kreen | |
2007-09-15 | loop over event list only once | Marko Kreen | |
2007-07-16 | scriptmgr: more error checking, dont die on user mistakes | Marko Kreen | |
2007-07-16 | bulk_loader: always use temp tables | Marko Kreen | |
2007-04-16 | some more api problems in cube_dispatcher | Marko Kreen | |
2007-04-16 | some scripts were not converted to new api | Marko Kreen | |
2007-03-13 | final public releaseskytools_2_1 | Marko Kreen | |