bastion icon indicating copy to clipboard operation
bastion copied to clipboard

Configurable system tick

Open vertexclique opened this issue 6 years ago • 3 comments

Write a configurable system tick:

  • [ ] if possible separately configurable for any supervisor
  • [ ] if possible separately configurable for any children group
  • [ ] prevent thundering herd on close

vertexclique avatar Jul 22 '19 22:07 vertexclique

Channels from procs -> supervisor would solve close problems. @azastrael implemented most parts of it. It should prevent the mentioned problems above.

vertexclique avatar Oct 15 '19 21:10 vertexclique

Tests should test at least thundering herd on close. #60 Can be closed when #60 is closed.

vertexclique avatar Nov 06 '19 10:11 vertexclique

Spin loop needed before yielding the Children, Supervisor references. Tests surfaced this.

vertexclique avatar Nov 14 '19 03:11 vertexclique