Scheduled Jobs - NYULibraries/privileges GitHub Wiki
There is a daily Jenkins cron job which loads in new values from Aleph and deletes those deleted from Aleph. These values are then reindexed into Solr.
The Development index is kicked off at 2am each morning and the Production reindex triggers when the Development one has been successfully completed.
Users who haven't logged in for over a year are deleted from the Privileges database every year on September 1st. This is just to manage database bloat, it doesn't affect user access to the Privileges application. The job runs across the staging, qa and production environments in succession because we don't really care about holding onto user data for this application.
