issues
search
firstbatchxyz
/
dkn-compute-node
Compute Node of Dria Knowledge Network.
Apache License 2.0
93
stars
34
forks
source link
Fixed cancellation signal
#98
Closed
erhant
closed
3 months ago
erhant
commented
3 months ago
Resolves #72
The error was not within the Workflows repo, but instead the
tokio::select!
itself had a bug, the sigint/sigterm signal should have been caught at the topmost level in its own thread, as is happening right now.
erhant
commented
3 months ago
local tests are looking good, merging
tokio::select!
itself had a bug, the sigint/sigterm signal should have been caught at the topmost level in its own thread, as is happening right now.