Skip to content

Commit

Permalink
feat(DynamicSupervisor): respect extra_arguments configuration
Browse files Browse the repository at this point in the history
Pass the `extra_arguments` flag to the `ProcessSupervisor`.

Similar to #238
  • Loading branch information
noaccOS authored and derekkraan committed Oct 10, 2024
1 parent a80cea7 commit a9cf29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/horde/dynamic_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ defmodule Horde.DynamicSupervisor do
root_name: name,
type: :supervisor,
name: supervisor_name(name),
extra_arguments: flags.extra_arguments,
strategy: flags.strategy,
max_children: flags.max_children,
max_restarts: flags.max_restarts,
Expand Down

0 comments on commit a9cf29d

Please sign in to comment.