10000 [9.x] Refactor scheduled event lifecycle by inxilpro · Pull Request #39539 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[9.x] Refactor scheduled event lifecycle #39539

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

Merged
merged 6 commits into from
Dec 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Code style
  • Loading branch information
inxilpro committed Dec 2, 2021
commit dfb09fd171b3bd34bde0078bef36d2e5b0aabe61
1 change: 1 addition & 0 deletions src/Illuminate/Console/Scheduling/CallbackEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function __construct(EventMutex $mutex, $callback, array $parameters = []

/**
* @return void
*
* @throws \RuntimeException
*/
public function runInBackground()
Expand Down
0