Replies: 2 comments
-
@anabeto93 I moved your question here because I think this is a support question, not a bug. Please try some support channels first. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into this question today as well. But after checking the framework's code, I realized. When dispatching the Job, the This method would be called when the job is handled, which is https://github.com/laravel/framework/blob/8.x/src/Illuminate/Queue/CallQueuedHandler.php#L114-L123 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
The
middleware()
method on jobs not getting called. Have tried todd()
and it does not work unlikeuniqueId()
method when implementing theShouldBeUnique
interface.Steps To Reproduce:
On a clean laravel app,
middleware()
method and include theWithoutOverlapping
middleware, defining a key for it.dd()
in the middlewareBelow are some screenshots to better explain
Should've died and dumped the result
some_middleware
when the tests run.Beta Was this translation helpful? Give feedback.
All reactions