Hi Temporal,
I have a use case that requires scheduling a workflow at a specific time using temporal.io. Let’s assume I have two temporal servers, one in region-1 and another in region-2.
Currently, there is a schedule running on region-1 that pushes tasks to taskQueue1. However, in the event of a disaster recovery activity causing region-1 to go down, I am wondering if there is an option to automatically move all the schedules and activities in the taskQueue1 to region-2, where workers polling taskQueue2 (temporal server in region 2) can execute the workflows.
Thanks
Johnson