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

Asynchronous Job Processing with Sidekiq

Arun Thampi edited this page Oct 11, 2016 · 1 revision

Botmetrics uses Sidekiq to process jobs asynchronously. You can access the Sidekiq web interface by going to [YOUR BOTMETRICS HOSTNAME]/sidekiq and using the values set in the environment variables SIDEKIQ_USERNAME and SIDEKIQ_PASSWORD as the username and password respectively.

If dashboards are not being updated in (close to) real-time, then that means the job queue is overwhelmed (which you can confirm by visiting the sidekiq webpage, then you should increase the number of workers to handle your excessive load.

Clone this wiki locally