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
This commit is contained in:
Michael Krotscheck 2015-01-20 09:13:21 -08:00
parent 7fe4951d7d
commit 27b9f13f0b
1 changed files with 2 additions and 2 deletions

View File

@ -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 %>