App engine features #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "app_engine_features"
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?
allow operator to kick app contract
allow admin to report app node
cron job for app node:
Removing app node if it's offline for more than 3 hours.
Compensate app contract admin if the node is offline.
@ -1242,0 +1289,4 @@
pub fn find_any_contract_by_uuid(
&self,
uuid: &str,
) -> Result<(Option<VmContract>, Option<AppContract>), Error> {
returning
(Option<>, Option<>)
can be very confusing, but I believe it's fine at this stage. We might need to refactor all of this anyway.Out of all of the PRs today, this is the only one where we should test as much as we can, cause this brain has a tendency to deadlock due to the insane amounts of mutexes. We can deploy this change together when you feel ready.
We should consider refactoring this in the near future, since we will probably use this for the next 6+ months.