eddie cianci
Results
2
comments of
eddie cianci
We just ran into this. For posterity, here is how bugsnag solved the same problem (slightly different approach, doesn't use exception handling as flow control): https://github.com/bugsnag/bugsnag-ruby/pull/152/files
+1 for this fix, we've applied it as a monkeypatch and it seems to have smoothed out our issue w/ deadlocks-on-delete crashing workers. (Our environment is multiple workers on multiple...