|
|
|
|
|
by haiku2077
751 days ago
|
|
If your software is running on a VM, and that VM is suspended (e.g. for migration), the end of sleep could be minutes or months in future. This is surprisingly common when running on certain VM instance types on public cloud! Common enough that I've had to account for it in production code. |
|
Unless you actually expect your environment to spend more than 5% of its time on average getting suspended and resumed. Maybe you work on some tooling that is scheduled to run right around migration time (for servers) or sleep/resume time (for clients).