Background Jobs - chef/supermarket GitHub Wiki

These are the various background jobs that get run on a regular schedule using Sidetiq. These workers live in app/workers.

OAuth Token Refresher

OAuth tokens for user authentication from oc-id expire. This work runs to refresh the OAuth tokens.

Sitemap Refresher

There is a Sidetiq job that gets run daily at midnight which refreshes Supermarket's sitemap. It uses the sitemap_generator gem.