You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've observed this in production a few times: deploying (or applying the configure recipe) writes an updated config/application.yml file and the unicorn processes are restarted, but their environment doesn't reflect the updated values.
I suspect that this logic for "quick" restarts is responsible:
We've observed this in production a few times: deploying (or applying the
configure
recipe) writes an updated config/application.yml file and the unicorn processes are restarted, but their environment doesn't reflect the updated values.I suspect that this logic for "quick" restarts is responsible:
https://github.com/aws/opsworks-cookbooks/blob/f4525b09ad77848f7d3a37f15c489b02c534985b/unicorn/templates/default/unicorn.service.erb#L73
The text was updated successfully, but these errors were encountered: