From 27b9f13f0bf64bf4345f3fcf20f28274a42088d2 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Tue, 20 Jan 2015 09:13:21 -0800 Subject: [PATCH] Disabled Cron workers on Storyboard. Storyboard is currently failing because of requests to get the working directory are failing. This disables that configuration option so we have some time to investigate. Change-Id: I8d0b8d6ce350836b8eba5822e1aa6e9920d7dc8e --- templates/storyboard.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/storyboard.conf.erb b/templates/storyboard.conf.erb index de3cc02..cebb62d 100644 --- a/templates/storyboard.conf.erb +++ b/templates/storyboard.conf.erb @@ -60,7 +60,7 @@ working_directory = <%= @working_root %> # Storyboard's cron management configuration # Enable or disable cron (Default disabled) -enable = <%= @enable_cron %> +# enable = <%= @enable_cron %> <% if scope.lookupvar("storyboard::application::cors_allowed_origins_string") != :undef %> [cors] @@ -137,4 +137,4 @@ rabbit_virtual_host = <%= @rabbitmq_vhost %> [plugin_token_cleaner] # Enable/Disable the token cleaning cron plugin. This requires cron # management to be enabled. -enable = <%= @enable_token_cleanup %> +# enable = <%= @enable_token_cleanup %>