Austin Godber
Austin Godber
I think the way this `reapExecutions` is used ends up being in a race with the Kubernetes pod shutdown timeout: https://github.com/terascope/teraslice/blob/f1bd147ce048e43aae54853a799941807f804c00/packages/teraslice/src/lib/cluster/services/execution.ts#L515 I don't think we see this all that often,...
The teraslice api should log all typical job stop/start/update actions at info level. The log should include the IP address of the client. I don't see these typical actions in...
In trying to reproduce #893 I scaled the k8s worker deployment to 0 which means there are no worker pods running. I can see the slices stop being processed in...
We have an internal job that reads from kafka and writes to an S3 endpoint. This job relies on a network connection that has occasionally failed for about an hour....
We have been discussing creating a long standing branch for the teraslice v3 milestone. Initially I was thinking of something like this: * `master` - would have v2 development on...
## Problem The current API implementation has incomplete pagination support that doesn't provide sufficient information for clients to paginate through large result sets: 1. **No total count returned**: API responses...
It would be useful if there were a convenient way to discard the `_metadata` property on a Teraslice job file. When working with local examples like this: ```json { "name":...
This ticket was going to be: "We implemented the Prom Metrics API but haven't documented how developers can use it, we need that." However I have found documentation here: https://terascope.github.io/teraslice/docs/development/k8s/#prometheus-metrics-api...
Explore options for reducing the test runtimes by only running tests for relevant sub-packages.