Skip to content

Commit b7112cb

Browse files
author
Adriano Santos
committed
Merge branch 'main' into feat/add-monitor-app
2 parents 77c7420 + 971d8a1 commit b7112cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rel/vm.args.eex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@
2020
+sbwtdcpu none
2121
+sbwtdio none
2222

23-
## Enable heartbeat monitoring of the Erlang runtime system
24-
-heart -env HEART_BEAT_TIMEOUT 30
25-
2623
-name proxy@${POD_IP}

spawn_statestores/statestores/lib/statestores/supervisor.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ defmodule Statestores.Supervisor do
3535
Statestores.Migrator.migrate(lookup_adapter)
3636

3737
_ ->
38-
nil
38+
# TODO: migrate via job in production (future release)
39+
Statestores.Migrator.migrate(snapshot_adapter)
40+
Statestores.Migrator.migrate(lookup_adapter)
3941
end
4042

4143
children =

0 commit comments

Comments
 (0)