summaryrefslogtreecommitdiffstats
path: root/func/jobthing.py
Commit message (Expand)AuthorAgeFilesLines
* jbothing.py had a couple of cases of using the wrong "utils" module.Adrian Likins2008-11-131-7/+8
* Fix async job IDs problem, finally.Krzysztof A. Adamski2008-08-061-3/+4
* fix for jobthing to tolerate the weird and long names for globs in database r...makkalot2008-08-031-7/+21
* a small fix in the async code that was causing wrong resultsmakkalot2008-08-011-4/+5
* some code to tolerate the old job_ids to not crash the appmakkalot2008-07-281-3/+7
* the os._exit(0) magic :)makkalot2008-07-231-1/+1
* change the minion db plurge thing for new idsmakkalot2008-07-231-1/+6
* should update also the database if have some partial result or finished the j...makkalot2008-07-171-2/+5
* adding a new method that gets back the open_ids in func databasemakkalot2008-07-171-4/+23
* Print userfriendly error messages instead of tracebacks in case of permission...Krzysztof A. Adamski2008-07-081-2/+10
* Eliminate concurency between parent and child in batch_run().Krzysztof A. Adamski2008-06-221-2/+1
* Change job_id from double to string. Use pprint to get better precision.Krzysztof A. Adamski2008-06-221-2/+3
* Handle remote errors with async calls.Krzysztof A. Adamski2008-06-071-1/+6
* Eliminate concurency between parent and child which could override job status.Krzysztof A. Adamski2008-06-071-3/+1
* Daemonize async jobs on minion.Krzysztof A. Adamski2008-06-071-1/+10
* Change bsddb which is leaking on new python versions.Krzysztof A. Adamski2008-06-071-4/+4
* Cleanup: Change parameter names to match comments and similar funtion in fork...Krzysztof A. Adamski2008-06-061-2/+2
* Jobthing status codes cleanup.Krzysztof A. Adamski2008-06-061-7/+6
* Remove a bunch of unused imports.Luke Macken2008-02-211-2/+0
* All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-291-23/+12
* Fixed async_test.py for all success/failure cases. Still need to tweak the c...Michael DeHaan2008-01-241-10/+27
* Still working on async (pardon the debug output still), there's a long ways t...Michael DeHaan2008-01-241-11/+13
* Working on async error handling, lots more to do...Michael DeHaan2008-01-231-1/+5
* Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-9/+80
* Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-231-0/+121