You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix InatImport intermittent production failures.
These failures are almost certainly due to the problem described in rails/solid_queue#276.
We have discussed the issue and fix at
- This is a long shot at fixing #2534.
I'm trying it because:
- newrelic is at the bottom of the stack trace of all the failed InatImportJob's;
- It's easy to implement;
- We aren't using the NewRelic data;
- It;s easy to undo.
@nathan Suggested that #2535 didn't fix things because it applied only to the production server.
About 15:20 utc, I manually applied #2535 to the test server.
Hop that works.
Fix InatImport intermittent production failures.
These failures are almost certainly due to the problem described in rails/solid_queue#276.
We have discussed the issue and fix at
The text was updated successfully, but these errors were encountered: