3scale-amp-openshift-templates
3scale-amp-openshift-templates copied to clipboard
amp.yml: fix for sidekiq initContainer
@jbride what is the reason for this change? sidekiq
depends on Redis and so I would think it should not be created until Redis is available where job queues are cached for sidekiq to process. What was failing that was resolved by this change? Did Redis take too long to come up and cause the sidekiq deployment to fail?
Shall we close this?