Skip to content

Commit e3f40cd

Browse files
author
Nick Heyek
committed
Activate cron
1 parent b87e04d commit e3f40cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • experiment-trait-data-visualizer

experiment-trait-data-visualizer/app.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ source('render-site-map.R')
1010

1111
# schedule daily execution of cache refresh
1212
cache_update_cmd <- cron_rscript('cache-refresh.R')
13-
# try(cron_add(command = cache_update_cmd, frequency = 'daily',
14-
# id = 'cache-update', description = 'daily update of BETYdb cache'))
13+
try(cron_add(command = cache_update_cmd, frequency = 'daily',
14+
id = 'cache-update', description = 'daily update of BETYdb cache'))
1515

1616
# set page UI
1717
ui <- fluidPage(theme = shinytheme('flatly'),

0 commit comments

Comments
 (0)