Skip to content

Background Jobs

slack edited this page Dec 10, 2014 · 7 revisions

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.

Clone this wiki locally