Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/about/health.yaml is now publicly accessible to make it easier for monitoring softwares like Nagios to parse. All other routes under  /about/ still requires authentication and administrator privilege.


...

Upgrade Steps

For

...

Manual Installations

Download and deploy new code from avalon repo

...

Code Block
languagebash
pkill -f resque
RAILS_ENV=production BACKGROUND=yes bundle exec rake resque:scheduler
RAILS_ENV=production BACKGROUND=yes QUEUE=* bundle exec rake resque:work

For Docker

...

Installations

Update new code from avalon-docker

...