updater #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "updater"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It literally can't go wrong from here, or I will start pulling my hair out.
@ -118,0 +149,4 @@
while let Some(update_vm) = req.recv().await {
let confirmation = UpdateVmResp {
uuid: update_vm.uuid,
timestamp: chrono::Utc::now().to_rfc3339(),
The timestamp must be set from the brain, for security reasons.
Also, this does not require chrono.
Check this:
send_confirmations should be renamed to
send_newvm_resp
, in order to improve readability.Also, send_confirmations_update should be renamed to
send_updatevm_resp
.