This is a simple rails application connected to Instrumental via the Metrician library.
You can view live data on heroku.
This is running on a free dyno, so right now only the sidekiq integration is working (because 1 worker).
What job system is happening right now?
heroku ps
heroku ps:scale worker=0 resque=0 sidekiq=1
heroku ps:scale worker=0 sidekiq=0 resque=1
heroku ps:scale resque=0 sidekiq=0 worker=1
heroku ps:scale resque=0 sidekiq=0 worker=0