Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions openshift/backend-cron
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
DEFAULT_RESCHEDULE_JOBS_FREQ = 300
DEFAULT_DELETE_STATS_FREQ = 60*60*24 # 1 day

# The logger used in the delete stats code defaults to /tmp/backend_logger.log
# When running this executable STDOUT is more convenient to check that
# everything is working correctly.
ENV['CONFIG_LOG_PATH'] ||= 'dev/stdout'

def run_rake_task_in_thread(name, freq, check_once = false)
Thread.new do
loop do
Expand Down