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

Added enqueue failure detection #107

Merged
merged 2 commits into from
May 29, 2013

Conversation

danhunsaker
Copy link
Contributor

If a job fails to be enqueued, it would be useful to know it. So now
Resque actually tells us whether the enqueue action was successful or
if it failed. If your job ID comes back as FALSE, it didn't enqueue.

Signed-off-by: Daniel Hunsaker danhunsaker@gmail.com

If a job fails to be enqueued, it would be useful to know it.  So now
Resque actually tells us whether the enqueue action was successful or
if it failed.  If your job ID comes back as FALSE, it didn't enqueue.

Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
@chrisboulton
Copy link
Owner

Hey Dan,

Can you do me a favor and match the coding style used in the rest of php-resque? Happy to merge after. Cheers.

@danhunsaker
Copy link
Contributor Author

Oops! On it.

Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
@danhunsaker
Copy link
Contributor Author

How's that look?

@chrisboulton
Copy link
Owner

Thanks :)

chrisboulton added a commit that referenced this pull request May 29, 2013
@chrisboulton chrisboulton merged commit 37cdec8 into chrisboulton:master May 29, 2013
@danhunsaker danhunsaker deleted the feature-queue-failure branch December 7, 2013 07: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.

None yet

2 participants