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
We're currently using a file cache. A big portion of this cache only is valid for 1 hour (https://github.com/sul-dlss/purl/blob/main/config/settings.yml#L15). In order to free up space we need to periodically run Rails.cache.cleanup. Create a cron job that runs ever night that does this. This will need to happen on both app machines -a/-b since the filesystem is not shared.
The text was updated successfully, but these errors were encountered:
We're currently using a file cache. A big portion of this cache only is valid for 1 hour (https://github.com/sul-dlss/purl/blob/main/config/settings.yml#L15). In order to free up space we need to periodically run
Rails.cache.cleanup
. Create a cron job that runs ever night that does this. This will need to happen on both app machines -a/-b since the filesystem is not shared.The text was updated successfully, but these errors were encountered: