Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(POOLER-123) Implement a max TTL #349

Merged
merged 4 commits into from
Dec 5, 2019
Merged

(POOLER-123) Implement a max TTL #349

merged 4 commits into from
Dec 5, 2019

Commits on Dec 4, 2019

  1. (POOLER-123) Implement a max TTL

    Before this change, we could checkout a vm and set the lifetime to a
    very high number which would esssentially keep the vm running forever.
    Now implementing a config setting max_lifetime_upper_limit which enforces
    a maximum lifetime in hours both for initial checkout and extending a
    running vm
    Samuel Beaulieu authored and Brandon High committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    ac17284 View commit details
    Browse the repository at this point in the history
  2. (POOLER-123) Improve PUT vm endpoint error messaging

    Prior to this commit the PUT vm endpoint didn't give any useful
    information about why a user's request failed.
    
    This commit updates PUT to output a more helpful set of error messages
    in the `failure` key that gets returned in the JSON response.
    Brandon High committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    da48517 View commit details
    Browse the repository at this point in the history
  3. (POOLER-123) Update max_lifetime_upper_limit key

    This commit switches the max_lifetime_upper_limit key from being a
    symbol to being a string, which is what the config hash seems to contain.
    Brandon High committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    5739b56 View commit details
    Browse the repository at this point in the history
  4. (maint) Add option to disable Redis persistence in docker-compose

    This commit is just a handy little command override to the redis
    container to prevent persistence.
    Brandon High committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    2a9f005 View commit details
    Browse the repository at this point in the history