Open remyleone opened 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Community Note
Description
If some operation such as an installation or a snapshotting takes a long time, a user might use the wait command to be sure its flow is blocked. That being said, it might be useful to send a notification to the user when a certain operation is over. For example by using desktop notification if asked by the user.
How I imagine scw could expose this functionality
scw baremetal server wait notify=true
By doing so, a user will be notified when a certain operation is finished.
References