Skip to content

Rollbar not reporting errors with SolidQueue / ActiveJob? #1183

@vfonic

Description

@vfonic

Hi,

I'm trying to setup Rollbar to report SolidQueue / ActiveJob errors.

Here's my ApplicationJob class:

class ApplicationJob < ActiveJob::Base
  include Rollbar::ActiveJob
  retry_on StandardError, wait: :polynomially_longer, attempts: 5
end

Could it be that retry_on causes the Rollbar reporting to be ignored?

I'm using SolidQueue in a single database setup.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions