psu-libraries / etda_workflow

Electronic Theses and Dissertations Application: Admin, Author, and Committee Member workflows.
MIT License
3 stars 1 forks source link

Configure Bugsnag with Sidekiq #849

Open ajkiessl opened 6 days ago

ajkiessl commented 6 days ago

We had some failing Sidekiq jobs that did not report to Bugsnag. Looks like Bugsnag needs to be configured a certain way to integrate with Sidekiq. For reference, metadata-listener does this. Here's the PR for integrating Bugsnag and Sidekiq: https://github.com/psu-libraries/metadata-listener/pull/93