You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spladug edited this page Jun 4, 2012
·
5 revisions
Some tasks need to be run on a regular basis for reddit to function
properly. These jobs are described by the reddit-job- jobs in the
upstart directory.
Following are explanations of the various periodic tasks.
Updates the list of subreddits. In the open source code, subreddits are
ordered by number of subscribers. This script must be run to have new
subreddits show up in the /reddits listing or the top bar.
Scans through recently created things to make sure they have all of
their essential attributes. Sometimes, when an app crashes mid-request,
things will be left in an inconsistent state. This script will find them
and mark them deleted so they don't break other pieces of the code.