guardicore / guardicore/monkey
Periodically check for updated Island version
Open
Complexity: Low
Feature
Impact: Low
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
After #2104, the Island only checks for an updated version when it boots. If someone were to leave the Island running indefinitely, they may not receive notifications of an available update.
## Solution
Modify the Island to periodically poll for a new version and update the `Version` object.
## Prerequisites
#2104
Contributor guide
Assessment
This issue has not been assessed yet.