rails / solid_queue

Database-backed Active Job backend
MIT License
1.66k stars 90 forks source link

Add test case to demonstrate that recurring tasks don't report exceptions to the error reporter #219

Open fractaledmind opened 2 months ago

fractaledmind commented 2 months ago

@rosa: I don't yet have a fix for this, but I'm hoping that a test case will help you to help me fix this.

fractaledmind commented 2 months ago

Also of note, if I run a ErroringJob.perform_later from the console, that exception is not reported either