• v1.9.0 52b0fbc1ea

    v1.9.0 Stable

    GregoryDosh released this 2024-05-22 15:52:57 +00:00 | 560 commits to main since this release

    v1.9.0

    • feat: add async restart of DCaaSS. When DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC is true, it will try and restart DCaaSS using the default async values below. The default poll options of 45/0 should make the task fire into the background and not block AFAIK.
    DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC: false
    DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC_FAIL_SEC: 45
    DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC_POLL_SEC: 0
    
    Downloads