runabol / tork

A distributed workflow engine
https://tork.run
MIT License
577 stars 36 forks source link

Log shipping improvements #379

Closed runabol closed 4 months ago

runabol commented 4 months ago

This PR improves log shipping by buffering source log messages for upto one second before forwarding them to the Coordinator. The intention is to reduce the amount of messages being generated by the worker as well as reduce the number of log parts in the database.