AustralianSynchrotron / lightflow

A lightweight, distributed workflow system
https://australiansynchrotron.github.io/lightflow/
BSD 3-Clause "New" or "Revised" License
101 stars 18 forks source link

Realtime event monitoring can't be stopped properly #1

Open portrain opened 7 years ago

portrain commented 7 years ago

The event monitor is using a thread inside a generator. Stopping the generator does not work because the thread gets stuck inside a thread lock.