winway

Results 3 issues of winway

When the flow is getting large, say it contains 1000 jobs. It's very difficult to find the job in the graph to change it's schedule status.Because sometimes we need to...

Taildir source has chance to reset position to 0 incorrectly, so data while be duplicated. When log rotate happens just in time so that f and tf are not the...

add methods: func Free(t *Trie) Free all Nodes of the Trie, renew the root Node. func (n *Node) FreeChild() Free the node and it's children.