1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a typeo in the documentation More... over 16 years ago
Incremented version. More... over 16 years ago
better uniq option More... over 16 years ago
Only send pre_sleep if the connection has been woken up by the server More... over 16 years ago
For a worker that's sleeping, only the connection that gets signalled with a NOOP gets worked. This reduces response time and causes less work for the daemons. More... almost 17 years ago
Fixed a bug in GearmanConnection that could cause a negative timeout being passed to select thus causing an unhandled exception. More... almost 17 years ago
Client integration for twisted More... almost 17 years ago
fix typo in the multiple tasks example. Have it run multiple tasks More... almost 17 years ago
Added a README.rst to point to the documentation. More... almost 17 years ago
Fixed examples in the documentation More... almost 17 years ago
Added the beginning of some documentation. More... almost 17 years ago
set the default connection timeout More... about 17 years ago
Reconnect timeout is now configurable. Cleaned up some lint More... about 17 years ago
Cleaned up client.py and fixed a potential bug in do_taskset. If select.select returns an exception then the lists aren't returned. The function was still looping through them possibly seeing old values. More... about 17 years ago
Replaced a close/is_dead to mark_dead More... about 17 years ago
Added Justin Azoff to AUTHORS, synced the version in setup.py and gearman/__init__.py, and added a classifier for "Python Modules". More... about 17 years ago
When sending data to a non blocking socket, don't abort on EWOULDBLOCK (cherry picked from commit 916306500c92fef7ad6a45e6621b2b80da7b1623) More... about 17 years ago
GearmanServer now sends the correct magic in command headers. RES instead of REQ More... about 17 years ago
Version 1.3.1 More... about 17 years ago
Make sure recv_blocking works even if timeout is instant. Trying to fix an issue with runaway workers. More... about 17 years ago
Connection exceptions are now handled by closing the connection More... about 17 years ago
Fixed deregistering clients in GearmanServer More... about 17 years ago
Added a server test to make sure a task can be completed after one has failed More... about 17 years ago
Fixed type-o More... about 17 years ago
Version now 1.3.0 More... about 17 years ago
Server now supports timeouts and the "shutdown" command. The unit tests now use the built in server instead of relying on an external one. More... about 17 years ago
Added a GearmanServer class and gearmand command. The server doesnt' yet support unique jobs and timeoutes, and it'll definitely be restructured not to rely on asyncore (optionally using pyevent). More... about 17 years ago
Separated protocol related functions and constants from connection to protocol More... about 17 years ago
Added tests for registere class and object workers. More... about 17 years ago
Cleaned up the code a little using pylint, and removed a couple of unused imports. More... about 17 years ago