-
v1.9.0 Stable
released this
2024-05-22 15:52:57 +00:00 | 560 commits to main since this releasev1.9.0
- feat: add async restart of DCaaSS. When
DCAASS_SERVICE_ANSIBLE_RESTART_ASYNCis 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: 0Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads
- feat: add async restart of DCaaSS. When