derekkraan / horde

Horde is a distributed Supervisor and Registry backed by DeltaCrdt
MIT License
1.32k stars 106 forks source link

Pass along max_children config to ProcessesSupervisor #238

Closed dbernazal closed 1 month ago

dbernazal commented 3 years ago

The DynamicSupervisor was not respecting the max_children config when starting children as the value was not being propagated to the ProcessesSupervisor. This PR passes along the value so the ProcessesSupervisor can enforce the setting.

derekkraan commented 1 month ago

Thanks and apologies for the delay in merging!