Skip to content

Commit

Permalink
Import orca's OrcaConfiguration. (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler committed Jul 25, 2017
1 parent 5d9e89a commit d51202e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import com.netflix.spinnaker.config.QueueConfiguration;
import com.netflix.spinnaker.orca.config.OrcaPersistenceConfiguration;
import com.netflix.spinnaker.orca.config.RedisConfiguration;
import com.netflix.spinnaker.orca.exceptions.DefaultExceptionHandler;
import com.netflix.spinnaker.orca.pipeline.RestrictExecutionDuringTimeWindow;
import com.netflix.spinnaker.orca.pipeline.persistence.jedis.JedisExecutionRepository;
Expand All @@ -40,6 +41,7 @@
OrcaPersistenceConfiguration.class,
PropertyPlaceholderAutoConfiguration.class,
QueueConfiguration.class,
RedisConfiguration.class,
RestrictExecutionDuringTimeWindow.class,
StageNavigator.class,
})
Expand Down
2 changes: 1 addition & 1 deletion kayenta-web/config/kayenta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kayenta:

management.security.enabled: false

queue.redis.enabled: false
queue.redis.enabled: true
executionLog.redis.enabled: false

swagger:
Expand Down

0 comments on commit d51202e

Please sign in to comment.