Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

appsignal/appsignal-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppSignal + Sidekiq app

This an example application. Please read this repository's main README and then visit back here.

This example app demonstrates how to integrate the appsignal gem with standalone Sidekiq.

AppSignal automatically integrates with Sidekiq, so there shouldn't really be any manual integration necessary.

Usage

# Start sidekiq
bundle exec sidekiq -r $(pwd)/worker.rb

# Send in new jobs
bundle exec ruby app.rb