Skip to content

Commit

Permalink
Merge pull request #2690 from pulibrary/2441-activate
Browse files Browse the repository at this point in the history
Turn guest account expiration back on
  • Loading branch information
hackartisan authored Aug 26, 2021
2 parents 6b1fd5e + 582da8c commit 379f81b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
logging_rake 'sitemap:refresh', output: { error: '/tmp/ol_sitemap.log', standard: '/tmp/ol_sitemap.log' }
end

# Temporarily disable this while the job catches up so it doesn't start running
# double or triple
# every 1.day, at: '11pm', roles: [:cron_db] do
# logging_rake 'orangelight:clean:guest_users', output: { error: '/tmp/clean_guest_users.log', standard: '/tmp/clean_guest_users.log' }
# end
every 1.day, at: '11pm', roles: [:cron_db] do
logging_rake 'orangelight:clean:guest_users', output: { error: '/tmp/clean_guest_users.log', standard: '/tmp/clean_guest_users.log' }
end

0 comments on commit 379f81b

Please sign in to comment.