Commit 979dac1
Specify
Currently, the default value `application.active_support` is applied for source.
This does not identify it as an exception raised inside SolidQueue.
> source: a String about the source of the error. The default source is "application". Errors reported by internal libraries may set other sources; the Redis cache library may use "redis_cache_store.active_support", for instance. Your subscriber can use the source to ignore errors you aren't interested in.
This is a quote from the [rails guide](https://github.com/rails/rails/blob/v8.0.0/guides/source/error_reporting.md?plain=1#L216-L220).
Follow this guide to specify the source so that it can be determined that the error originated from inside SolidQueue.
Fixes #446source of SolidQueue to ErrorReporter1 parent 26f84a9 commit 979dac1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments