rollbar-gem icon indicating copy to clipboard operation
rollbar-gem copied to clipboard

Multiple notifier and one Sidekiq worker

Open tim37021 opened this issue 1 year ago • 1 comments

We have more than one Rollbar token in one project and create Rollbar::Notifier for each token. Is it possible to allow Rollbar::Delay::Sidekiq in worker pod knowing which token to use?

tim37021 avatar Dec 15 '23 06:12 tim37021

@tim37021 Setting the config option use_payload_access_token = true will allow the access_token in each payload to be used, rather than the one in the Sidekiq worker config.

waltjones avatar Dec 27 '23 15:12 waltjones