This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
How can I find out that the job ended with an error #17
Labels
A-module
R-question
Question
W-waiting-on-maintainer
Wait: waiting for the feature maintainer response or the ticket author
Milestone
Hello.
How can I find out (or catch or log) that the job ended with an error.
The BaseTest check the same $this->assertNotEmpty($id); for both ("error job" and "success job")
I found an example in spiral/framework JobDispatcher.php:
Is this the only way to catch it? Any other ways to catch it in "producers" ?
The text was updated successfully, but these errors were encountered: