hey! I'm back with another question :sweat_smile: ...
# ask-the-community
s
hey! I'm back with another question 😅 Can multiple instances of FlyteAdmin be run simultaneously without issues (such as duplicated scheduled runs)? I found the following about the data plane but nothing about FlyteAdmin scalability_._ While FlyteAdmin serves the Workflow Execution API, it does not itself execute workflows. To launch workflow executions, FlyteAdmin sends the workflow DAG to the DataPlane. For added scalability and fault-tolerance, FlyteAdmin can be configured to load-balance workflows across multiple isolated data-plane clusters.
y
yes we’ve run asgs before for flyte admin. scheduler semantics are idempotent and stored as an execution in the database so no need to worry about that.
153 Views