You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we get to see that a job of a given name started and ended. We don't know anything about what that job was working on or processing. The payload() of the job gives us these details, and it would be great to capture that information too. Without that, the monitor is really only good for statistics.
The text was updated successfully, but these errors were encountered:
judgej
added a commit
to academe/laravel-queue-monitor
that referenced
this issue
Mar 14, 2018
At the moment we get to see that a job of a given name started and ended. We don't know anything about what that job was working on or processing. The
payload()
of the job gives us these details, and it would be great to capture that information too. Without that, the monitor is really only good for statistics.The text was updated successfully, but these errors were encountered: