We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87e04d commit e3f40cdCopy full SHA for e3f40cd
1 file changed
experiment-trait-data-visualizer/app.R
@@ -10,8 +10,8 @@ source('render-site-map.R')
10
11
# schedule daily execution of cache refresh
12
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'))
+ try(cron_add(command = cache_update_cmd, frequency = 'daily',
+ id = 'cache-update', description = 'daily update of BETYdb cache'))
15
16
# set page UI
17
ui <- fluidPage(theme = shinytheme('flatly'),
0 commit comments