Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request for gearman #10

Open
wants to merge 181 commits into
base: master
Choose a base branch
from
Open

Pull request for gearman #10

wants to merge 181 commits into from

Conversation

raheelid
Copy link

This is a pull request for php gearman to my local server.

Thanks

Brian Moon and others added 30 commits February 12, 2009 13:24
…ve an empty array for abilities instead of an array with a single, empty element
… then have an empty array for abilities instead of an array with a single, empty element"

This reverts commit a26cba2.
…id will be set for the worker"

This reverts commit e99fd52.
…ve an empty array for abilities instead of an array with a single, empty element
…nically valid JSON. So, if we get NULL from the decode, assume it is a bare string and set the args to the bare string
…und tasks support

Adjusted connection handling and exception messages
 * made Net_Gearman_Job_Exception extend Net_Gearman_Exception
 * added replacement roles
…that first the example runs, but also that it's compatible with it's parent :)
j03k64 and others added 28 commits August 14, 2018 15:12
Bringing in upstream changes for undefined var in Connection class.
Fixing notices and handling socket error 35.
Fix: call fail() on a job that throws an exception
* Include both timeout as seconds and microseconds in exception message.
* Format timeout values to avoid display of potentially longer float values.
Fix array to string conversion notice in Net_Gearman_Connection::blockingRead().
* Remove trailing space from exception message
  in Net_Gearman_Connection::blockingRead() when socket_select()
  call results in an error.
Remove trailing space from exception message.
In gearmand version 1.1.19 and greater, the timeout is
expected to be in milliseconds. Before that version, it
is expected to be in seconds.
gearman/gearmand#196
@brianlmoon brianlmoon deleted the branch lenn0x:master August 29, 2022 13:53
@brianlmoon brianlmoon deleted the master branch August 29, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.