Chris Martin
Chris Martin
Hello, I was trying to use the operator to have 2 followers per leader, i.e. a replication factor of 2, but couldn't find a way to achieve this. Is this...
We develop in Go from behind a corporate proxy which blocks encrypted files as they cannot be scanned for malware. Unfortunately this results in the AthenZ go client being blocked...
Hi, If I save a TimeseriesRDD to parquet as described [in the documentation](https://ts-flint.readthedocs.io/en/latest/context.html#writing-temporary-data-to-hdfs) and then try to reread it without sorting then it will often fail with an error of...
Job Utilisation Events are expensive to store. This change adds an extra field to `api.Job` that users can specify to tell Armada that they do no need these events created....
Filter out job updated events before storing in redis because: a) They are very verbose and add to storage costs b) They are purely internal events that users shouldn't care...
Null out all podspecs for jobs store in Redis. This is becuase stored podspec take aup a lot of space in the redis events db and there is little evidence...
This PR adds a docstring describing a new proposed submit endpoint.
All E2E test for the event api now pass