-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add time triggered
Server
polling (#114)
* Add time triggered `Server` polling Currently we are missing e.g. PowerState changes on a `Server` if they are manually performed. In order to check periodically for the correct `Server` status we introduce a new flag `resync-interval` (default: 30 sec) which will trigger a `Server` reconciliation according to this value. * Rename `resyn-interval` flag to `server-resync-interval`
- Loading branch information
Showing
3 changed files
with
68 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters