This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
From the looks of it, if the persistence layer is Redis, retries can be configured in the Redis client used by the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In our setup we use the com.netflix.conductor.contribs.ArchivingWorkflowModule and ES7 for indexing.
In some cases a workflow might fail to archive - network issues, cluster state, etc...
Is there any existing mechanism that handles this?
We use Redis as persistent layer and cases like this result in entries without TTL in Redis that would never be evicted.
Any thoughts about this?
Beta Was this translation helpful? Give feedback.
All reactions