Nona
Nona

Reputation: 5462

For Airbrake 5, do I need to use Sidekiq?

Environment

Questions

Upvotes: 0

Views: 227

Answers (1)

bbozo
bbozo

Reputation: 7301

This is the class that sends async notices https://github.com/airbrake/airbrake-ruby/blob/master/lib/airbrake-ruby/async_sender.rb

It's using standard ruby threads to send messages, so no background service should be necessary

Upvotes: 1

Related Questions