Skip to main content
Skip table of contents

Sidekiq jobs

Note: For questions and support regarding Sidekiq jobs, request help from the Platform Backend Tools team in Slack.

This document outlines how you can monitor the activities of queued jobs in vets-api. The background jobs are processed via the Sidekiq gem.

In-console

In a Rails console, jobs can be inspected and manipulated with the Sidekiq API.

Development

When running vets-api locally, http://localhost:3000/sidekiq will give you insight into jobs that are running locally.

Deployed environments

Each environment supports the /sidekiq embedded endpoint. Access is controlled through Github Authentication/membership to respective Github Teams for each environment.

Vets-API Sidekiq UI endpoints

Accessing Sidekiq UI

See Sidekiq UI Access for more information on gaining access to this feature

Once you have been added to the team, you will be able to navigate to the /sidekiq endpoint, sign in using your GitHub credentials, and authorize the application read-only access to your GitHub account.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.