Skip to content

v7.1.0

Compare
Choose a tag to compare
@elrayle elrayle released this 20 Feb 21:30
a5b0546

Actions Required to Upgrade

Complete the v7.0.0 refactor by moving the generation of the history graph to app/cache_processors directory. It also adds the ability to set the max size of the performance cache via an environment variable.
See change log for a list of changes.

Update to qa_server v7.1.0 and run bundle install.

bundle update qa_server

Setting max size for performance cache

The max size of the performance cache can now be set by environment variable ENV['MAX_PERFORMANCE_CACHE_SIZE'] = "16 MB" or through the qa_server initializer max_performance_cache_size = 8.megabytes. The default if no value is set is 32.megabytes.

Change Log

  • allow performance cache size to be set by environment variable
  • move generation of history graph to cache_processors
  • log warning in monitor logger if graphs fail to create
  • monitor_status page won't try to display graphs if graph file does not exist