feat: implement heartbeat progress recovery through heartbeat details#83
feat: implement heartbeat progress recovery through heartbeat details#83timl3136 merged 6 commits intocadence-workflow:mainfrom
Conversation
Signed-off-by: Tim Li <ltim@uber.com>
Signed-off-by: Tim Li <ltim@uber.com>
…nt into heartbeat-1
Signed-off-by: Tim Li <ltim@uber.com>
Code Review ✅ Approved 1 resolved / 1 findingsImplements heartbeat progress recovery through heartbeat details, addressing the PydanticDataConverter.from_data limitation with empty type_hints. No issues remain. ✅ 1 resolved✅ Bug: PydanticDataConverter.from_data doesn't support empty type_hints
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
What changed?
implement heartbeat progress recovery through heartbeat details. While activity can fetch heartbeat details, it cannot yet do that during retry since retry handling is missing.
Why?
Allow the activity to pickup the progress that it heartbeated during retry
How did you test it?
Unit tests
Potential risks
Release notes
Documentation Changes