Implement commercial calendars: booking_open, specialists, expire without type downgrade.
Refs EventHub/EventHubBack#54
This commit is contained in:
Regular → Executable
+7
-1
@@ -50,6 +50,12 @@ init([]) ->
|
||||
restart => permanent,
|
||||
shutdown => 5000,
|
||||
type => worker,
|
||||
modules => [migration_engine]}
|
||||
modules => [migration_engine]},
|
||||
#{id => subscription_worker,
|
||||
start => {subscription_worker, start_link, []},
|
||||
restart => permanent,
|
||||
shutdown => 5000,
|
||||
type => worker,
|
||||
modules => [subscription_worker]}
|
||||
],
|
||||
{ok, {SupFlags, Children}}.
|
||||
Reference in New Issue
Block a user