Hello.
Temporal with Cassandra installed via helm with Elastic.
We lost the elastic index (elasticsearch.persistance was disabled in helm values by inattention), after that we recreated the index: list of workflows is lost.
Also, previously scheduled workflows were not running after the index was lost.
I have 2 questions:
- Should workflows run when Elastic is unavailable? I thought that unavailability of Elastic should not affect the launch of already scheduled processes: What happens if ES for visibility is down?
- Is it possible to restore the list of worker processes to Elastic index from Cassandra?
Thanks.