Skip to content

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

Merged
taylorotwell merged 1 commit into
laravel:5.3from
themsaid:preventLoggingSync
Dec 6, 2016
Merged

[5.3] Use 'sync' as queue name for Sync Queues#16681
taylorotwell merged 1 commit into
laravel:5.3from
themsaid:preventLoggingSync

Conversation

@themsaid

@themsaid themsaid commented Dec 6, 2016

Copy link
Copy Markdown
Member

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.

2 participants