Editing Asynchronous Job Processing with Sidekiq

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.