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.4] Scheduler Improvements #16806

Merged
merged 5 commits into from
Dec 14, 2016
Merged

[5.4] Scheduler Improvements #16806

merged 5 commits into from
Dec 14, 2016

Conversation

taylorotwell
Copy link
Member

This PR adds improvements to the scheduler. Previously, when ->runInBackground() was used "after" hooks were not run, meaning output was not e-mailed to the developer (when using emailOutputTo.

This change provides a new, hidden schedule:finish command that is used to fire the after callbacks for a given command by its mutex name. This command will not show in the Artisan console command list since it uses the hidden command feature which is new in Symfony 3.2.

@taylorotwell taylorotwell merged commit 42a851a into master Dec 14, 2016
@taylorotwell taylorotwell deleted the clean/scheduling branch December 14, 2016 20:00
@GrahamCampbell GrahamCampbell changed the title Scheduler Improvements [5.4] Scheduler Improvements Dec 14, 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.

1 participant