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

Converting Job ids back into integers #855

Merged
merged 2 commits into from
May 13, 2016
Merged

Conversation

hockeytim11
Copy link
Contributor

The zid field is a string, so we need to do a type conversion.

The zid field is a string, so we need to do a type conversion.
@hockeytim11
Copy link
Contributor Author

Fix for issue #845

@behrad behrad merged commit ab5299c into Automattic:master May 13, 2016
@tobalsgithub
Copy link
Contributor

@hockeytim11, do you know if this issue made any functional issue? We often have jobs on queues that are paused for days or weeks, and just want to make sure that taking this change isn't going to cause any issues with those jobs.

@hockeytim11
Copy link
Contributor Author

As far as I know, this issue should not have effected processing. The only issue was that job ID's were being returned as strings in the event handlers. The reason it was an issue for me was some tests on my project that used strict comparisons of the job results on the complete event.

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.

3 participants