Closed SimonMisencik closed 1 year ago
Build failed because of dependency on this PR: https://github.com/Netflix/conductor/pull/3383
This PR is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.
https://github.com/Netflix/conductor/pull/3383 was merged. Please rerun the build.
Hey @apanicker-nflx , could we get a retrigger here ? and then a review.
Thank you, Maros
Signed-off-by: Simon Misencik simon.misencik@gmail.com
Pull Request type
./gradlew generateLock saveLock
to refresh dependencies)Changes in this PR
Discussion: https://github.com/Netflix/conductor/discussions/3384
This PR implements calculating digest(sha-256) from payloadBytes. This digest is used as an id for record in the database. However, if the same digest/id is already in the database, it only updates the create_at data to prevent deletion during the cleaning of old data.
Alternatives considered
Describe alternative implementation you have considered