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

[5.3] Use 'sync' as queue name for Sync Queues #16681

Merged
merged 1 commit into from
Dec 6, 2016
Merged

[5.3] Use 'sync' as queue name for Sync Queues #16681

merged 1 commit into from
Dec 6, 2016

Conversation

themsaid
Copy link
Member

@themsaid themsaid commented Dec 6, 2016

Used while logging failed sync jobs when running from within another parent job.

While inserting failure into the db we use $job->getQueue() to fill the queue field of the table, for Sync jobs the return of this method is null and thus causing database integrity errors since the field is not nullable.

…ync jobs when running from within another parent job
@taylorotwell taylorotwell merged commit 0869e0b into laravel:5.3 Dec 6, 2016
@GrahamCampbell GrahamCampbell changed the title Use 'sync' as queue name for Sync Queues [5.3] Use 'sync' as queue name for Sync Queues Dec 7, 2016
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