Tags: bahzinga/orca
Tags
config(retrofit): enable retries on HTTP 503 responses (spinnaker#2484) That is, even for non-idempotent request methods like POST. The motivation is that this status code most likely indicates an error from a load balancer that failed to reach a backend server, so it seems safe to retry. This should in particular enable retries for createBake tasks.
fix(spring): Wire up force cancel command manually (spinnaker#2483)
feat(sql): Expose config for paged iterator batch size (spinnaker#2452)
fix(tasks): Enforce consistent application task ordering (spinnaker#2478 )
feat(MPTv2): Adds delete op for v2 templates. (spinnaker#2474)
fix(orchestrate/failure): Log a warning message when failing orchestr… …ation (spinnaker#2471) * changes log message when orchestration fails * changes log severity to warn when orchestration fails
PreviousNext