(no title)
shibel | 2 years ago
BTW, I’m not 100% sure it’ll work: if Heroku updates that zombie dyno’s environment variables, it may still have access to the new credentials :/ (My Redis instance is also a Heroku add-on)
shibel | 2 years ago
BTW, I’m not 100% sure it’ll work: if Heroku updates that zombie dyno’s environment variables, it may still have access to the new credentials :/ (My Redis instance is also a Heroku add-on)
neurostimulant|2 years ago
If the configuration only read once during startup, the celery process won't use the new configuration unless it's restarted, right?
DangitBobby|2 years ago
gsa|2 years ago