espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Shut down tasks after tests

Open jbearer opened this issue 1 year ago • 0 comments

  • HTTP server tasks
  • Data sources updater tasks
  • L1 client
  • Consensus nodes

For consensus nodes we can just call the shutdown method on the handle. For the other tasks, we will probably have to add some kind of kill signal and manually signal them to exit.

jbearer avatar Dec 22 '23 15:12 jbearer