spiral-modules / jobs

RoadRunner: Background PHP workers, Queue brokers
MIT License
60 stars 11 forks source link

Optimize JobExceptions #56

Open Eugentis opened 3 years ago

Eugentis commented 3 years ago

Working with debug jobs now is not comfortable due to throwing JobException at JobHandler:50. In snapshots I can find only low-level about occurred exception but I have no information where exception occurred in my code.

Could you make some ability to process job exceptions? In this case I can catch previous and work with it