You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, JCloudsCleanupThread is launched every 10 minutes to clean provisioned servers and FIP.
I would like to make this frequency cleaning configurable through the web UI for each cloud (cleanfreq, 10 secondes by default).
After discussion with @msegura, the JCloudsCleanupThread recurrence period would be set to 1 second by default.
Each second, this thread would verify the time elapsed since the last cloud cleanup (new JCloudsCloud attribute: lastCleanTime).
After cleanseq seconds, the cleaning operation would be carried on.
Moreover, the FIP cleaning would be executed only if at least one server has been deleted. (this change is no more relevant because its breaks many tests)
Upstream changes
web UI
unit tests
CASC yaml
Are you interested in contributing this feature?
Yes
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
By default, JCloudsCleanupThread is launched every 10 minutes to clean provisioned servers and FIP.
I would like to make this frequency cleaning configurable through the web UI for each cloud (cleanfreq, 10 secondes by default).
After discussion with @msegura, the JCloudsCleanupThread recurrence period would be set to 1 second by default.
Each second, this thread would verify the time elapsed since the last cloud cleanup (new JCloudsCloud attribute: lastCleanTime).
After cleanseq seconds, the cleaning operation would be carried on.
Moreover, the FIP cleaning would be executed only if at least one server has been deleted.(this change is no more relevant because its breaks many tests)Upstream changes
Are you interested in contributing this feature?
Yes
The text was updated successfully, but these errors were encountered: