-
Notifications
You must be signed in to change notification settings - Fork 113
Background Jobs
Thiago Oliveira edited this page Aug 19, 2016
·
7 revisions
These are the various background jobs that get run on a regular schedule using Sidetiq. These workers live in app/workers.
OAuth tokens for user authentication from oc-id expire. This work runs to refresh the OAuth tokens.
There is a Sidetiq job that gets run daily at midnight which refreshes Supermarket's sitemap. It uses the sitemap_generator gem.