Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Releases: flyteorg/flytepropeller

Emit hive request wait time as a metric

30 Jan 00:13
d19c4fe
Compare
Choose a tag to compare
Merge pull request #61 from lyft/hive-request-wait-time-metric

Emit Hive request wait time as a metric

Fix for retry attempt for sub-nodes (of a dynamic node)

28 Jan 23:18
d5eae2c
Compare
Choose a tag to compare
Use sub-node retry attempt instead of parent node's (#60)

* Use sub-node retry attempt instead of parent node

* Fix Unit Test

Migrate to go mod

27 Jan 21:36
Compare
Choose a tag to compare

Dynamic Node Retry output dir should have retry attempt in the path

27 Jan 17:49
a821ecd
Compare
Choose a tag to compare
v0.1.32

Dynamic sub-nodes should have retry attempt in the output dir path (#59)

Fixing caching and output dir in wf event

18 Jan 00:36
d3d7d00
Compare
Choose a tag to compare
Fixing the output dir in workflow event sent to Admin (#58)

* test

* .

* new rm

* increment attempt after finalize, just before marking it running again

* test

* updating dependencies

Fixing output path in launchplan node

14 Jan 22:56
49835d0
Compare
Choose a tag to compare
fixing output path in launchplan node (#57)

* fixing output path in launchplan node

* assert on function call

Fix invalid node lookup on abort/finalize

14 Jan 02:50
b85d860
Compare
Choose a tag to compare
v0.1.29

Fix invalid node lookup on abort/finalize (#56)

Simplify usage of resource namespace and make namespace consistent everywhere

13 Jan 19:56
b81b94c
Compare
Choose a tag to compare
Merge pull request #54 from lyft/simpler-resource-manager-namespace

Simplify usage of resource namespace and fix tests correspondingly

Adding metrics for pod delay

11 Jan 00:39
7dfd3b5
Compare
Choose a tag to compare
Adding metrics to capture pod delay in pending state (#47)

* adding metrics to capture pod delay in pending state

* typo

* .

* fix

Fix and reenable resource-version cache

07 Jan 18:25
c627551
Compare
Choose a tag to compare
  • Introduce a config-based factory method to control the workflow store type.
  • Change WorkflowStore interface to return the committed version of the workflow object from etcd.
  • Change resource version caching to only occur when the etcd. update operation results in a resource version change.
  • Fix unit tests to simulate updating resource versions.