bagofix
Test & Deploy to Snapdeploy / build-test-deploy (push) Failing after 24m46s

This commit is contained in:
2026-06-05 23:20:03 +03:00
parent 2497fe951b
commit 17b2e617d7
41 changed files with 365 additions and 194 deletions
+4 -2
View File
@@ -123,7 +123,7 @@
tags :: [binary()],
capacity :: integer(),
online_link :: binary(),
status :: active | cancelled | completed,
status :: active | cancelled | completed | frozen | deleted,
reason :: binary(),
rating_avg :: float(),
rating_count :: non_neg_integer(),
@@ -268,7 +268,9 @@
active_sessions :: non_neg_integer(),
ws_connections :: non_neg_integer(),
io_in :: non_neg_integer(),
io_out :: non_neg_integer()
io_out :: non_neg_integer(),
memory_available :: non_neg_integer(),
cpu_utilization :: float()
}).
-record(schema_migration, {