You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
At the moment, it can be quite difficult to tell exactly what work dep is doing when it hangs (or at any other time, really). There are various strategies we might take to improving this in the longer term with our overall output, but a short-term strategy that could yield major benefits would be to add a signal handler (so, non-windows) for, say, SIGUSR1 that causes the SourceManager to dump out a list of all the supervised processes.
It should be possible to do this relatively simply with a single new method on SourceManager, then a signal handler installed up in dep to call that method.
The text was updated successfully, but these errors were encountered:
At the moment, it can be quite difficult to tell exactly what work dep is doing when it hangs (or at any other time, really). There are various strategies we might take to improving this in the longer term with our overall output, but a short-term strategy that could yield major benefits would be to add a signal handler (so, non-windows) for, say, SIGUSR1 that causes the
SourceManager
to dump out a list of all the supervised processes.It should be possible to do this relatively simply with a single new method on
SourceManager
, then a signal handler installed up in dep to call that method.The text was updated successfully, but these errors were encountered: