summaryrefslogtreecommitdiffstats
path: root/func/jobthing.py
Commit message (Expand)AuthorAgeFilesLines
* 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