Skip to content

Commit 01fdf9f

Browse files
committed
refactor(dup): Isolate simple flow into a
dedicated module
1 parent c1516b1 commit 01fdf9f

File tree

11 files changed

+1763
-1570
lines changed

11 files changed

+1763
-1570
lines changed

apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/data_updater/server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919
defmodule Astarte.DataUpdaterPlant.DataUpdater.Server do
20-
use GenServer
20+
use GenServer, restart: :transient
2121
alias Astarte.DataUpdaterPlant.DataUpdater.Core
2222
alias Astarte.DataUpdaterPlant.Config
2323
alias Astarte.DataUpdaterPlant.DataUpdater.Impl

0 commit comments

Comments
 (0)