-
Notifications
You must be signed in to change notification settings - Fork 29
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
raheelid
wants to merge
181
commits into
lenn0x:master
Choose a base branch
from
brianlmoon:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…be set for the worker
…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.
…array." This reverts commit 7c8899e.
…be set for the worker
…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
* 'fixed' count()s
…that first the example runs, but also that it's compatible with it's parent :)
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
…to timeout_close_refactor
* 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
Check server version for timeout unit
PHP 8 Support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a pull request for php gearman to my local server.
Thanks