Arik Cohen

Results 43 comments of Arik Cohen

Sounds like the pruning process is not catching up quickly enough with the amount of logs you're generating per day. I can make the number of records it deletes per...

Can you try release 0.1.73? It adds improvements to log shipping -- buffering log messages (up to one second) rather than sending each log line separately.

> Also, ability to configure the max size of each log partition would be helpful. I'm currently having too many items, while each item is only 1 line of log....

Host env vars are never automatically exposed to the container. Are you using `env` on the task?

Look into the `hostenv` middleware: https://www.tork.run/customize#node-middleware Might do what you want.

You can write a custom middleware to expose all headers on host.

@ppcololo this looks right. Are you using the latest build?

@molowny @ppcololo This should be fixed now. Mind re-testing with the latest version?

Yea, node IDs are generated on every startup of the Tork process and never reused. After 5 minutes a node is considered offline. 24 hours seems quite safe. If for...

That being said, the TTL should probably be configurable in case certain administrators want to retain them longer for analysis purposes or some such thing.