Tags: richscott/armada
Tags
Revert "Timeout read call in Armada C# client" (armadaproject#1019) * Revert "Timeout read call in Armada C# client (armadaproject#979)" This reverts commit c39819b. * Update config.yml
Round negative priorities to 0 (armadaproject#1014) * Round negative priorities to 0 * Removed file commited by mistake
Improve gRPC errors and limit size of returned errors (armadaproject#… …1008) * Enable armadaerrors interceptors * Limit error message size returned to users * Fix index out of bounds, return full error text * Bump error char limit to 2000 * Fix tests * Fix tests
Better show errors when Pulsar Send fails (armadaproject#1004) * use async sends, show proper error * review comments
Better show errors when Pulsar Send fails (armadaproject#1004) * use async sends, show proper error * review comments
Avoid generating sequences with no events, generate legacy runId on f… …ailed API message if necessary (armadaproject#1001) * Comments * Ignore sequences with 0 events, add legacy runId if missing from failed message * Typo
Optimised flow to submit API events to Pulsar (armadaproject#982) * Add optimized code for submitting several API events to Pulsar * Add optimized code for submitting several API events to Pulsar * Use optimized code to submit several API events * Refactoring * Remove unused code * Send SubmitApiEvents Pulsar messages async.
Revert "Improve Watch in dotnet client to handle network failures bet… …ter (armadaproject#953)" (armadaproject#977) This reverts commit 1156a4b.
Automatically populate queue/jobSetId if not provided for job cancell… …ation (armadaproject#975) * Automatically populate queue/jobSetId if not provided * Typo * Return ErrNotFound on no jobs found
Ack all messages (armadaproject#969) * Close Pulsar clients on shutdown * Always ack messages * Fix flaky test
PreviousNext