1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug in GearmanClient.dispatch_background_task to make it obey high_priority (though the protocol has no concept of a high_priority background task). More... about 17 years ago
Fixed a bug in GearmanManager when server missing port More... about 17 years ago
Fixed compatibility with Python 2.4. Thanks Erik B. More... about 17 years ago
Added .gitignore More... about 17 years ago
Added LICENSE and MANIFEST.in More... about 17 years ago
pythonapi: Version now 1.2 More... over 17 years ago
pythonapi: Added GearmanManager class for admin text commands More... over 17 years ago
pythonapi: Workers now handle a server dieing while looking for work More... over 17 years ago
pythonapi: Better patch for uniq=True -> uniq='-' More... over 17 years ago
pythonapi: Merged Justin Azoff's patch for adding GearmanClient.get_status, and uniq=True is the same as uniq='-' now. More... over 17 years ago
pythonapi: Merged patch by Justin Azoff to do with worker connections More... over 17 years ago
pythonapi: Fixed version number in __init__ More... over 17 years ago
pythonapi: Updated setup.py to include necessary info for PyPI More... over 17 years ago
pythonapi: Changed default port from 7003 to 4730 More... over 17 years ago
pythonapi: Two fixes from Justin Azoff. Timed out tasks that still get a response no longer trigger an InvalidResponse, and when reconnecting to a server the client no longer gets stuck waiting for old pending tasks. More... about 18 years ago
pythonapi: GearmanClient.do_task now raises a TaskFailed exception if timeout expires before task completes More... over 18 years ago
pythonapi: Fixed GearmanConnection.recv_blocking to handle interupts select better More... almost 19 years ago
pythonapi: GearmanConnection should now actually be fixed for "host:port" More... almost 19 years ago
pythonapi: Fixed GearmanConnection for "host:port", and register_class now better supports instances. More... almost 19 years ago
pythonapi: Fixed a bug when select is interrupted by a system call More... almost 19 years ago
pythonapi: Fixed is_idle/stop_if in GearmanWorker.work. is_idle was inverted. More... almost 19 years ago
pythonapi: better handling of connection failures More... almost 19 years ago
pythonapi: Added handling of 'interrupted system call' exceptions during select to allow for graceful shutdown More... almost 19 years ago
pythonapi: Changed GearmanWorker.work to better match Perl API. Added stop_if callback inplace of stop_if_idle and one_task More... almost 19 years ago
pythonapi: register_class not supports instances of a class, and the 'fail' hook is now passed full exc_info More... almost 19 years ago
pythonapi: Added 'decorator' argument to GearmanWorker.register_class. It makes it easier to expose an existing class through gearman. More... almost 19 years ago
pythonapi: Added __repr__ to GearmanJob More... almost 19 years ago
pythonapi: Fixed a silly bug in GearmanConnection.flush More... almost 19 years ago
pythonapi: Since per-task timeouts are not yet supported, do_task now passes the task's timeout to do_taskset More... almost 19 years ago
pythonapi: Added __call__ metohd to GearmanClient More... almost 19 years ago