-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Horizon Support #90
Comments
We could actually do this without Horizon too.
|
so it sounds like the Horizon event is based on the illuminate JobFailed, but it extends it with additional metadata (e.g. queue name) https://github.com/laravel/horizon/blob/master/src/Listeners/MarkJobAsFailed.php |
Closed
I believe this has been tackled by #153. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@taylorotwell suggested we could do this via simple handlers:
https://twitter.com/taylorotwell/status/890209354934341638
This lines up to how we attach in other systems (e.g. Python) so should be straight forward. We'd want to grab tags and alike by default.
The text was updated successfully, but these errors were encountered: