Replies: 2 comments
-
If your Flowise instances are connecting to a single database (we support postgresql, mysql, sqlite), then yes changes made on 1 instance will be reflected to other as well.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Following! :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to use Flowise as an API service rather than just a prototyping tool. As a remote API service, I need to address two core issues:
My current idea is to deploy multiple Flowise nodes on separate physical machines and use nginx for load balancing. This should help solve the issues of single point of failure and concurrent task execution.
However, there is still uncertainty with this approach. For example, if Flowise-1 node creates a flow or makes other configuration changes, will Flowise-2 be able to share those updates?
I have reviewed some information but still can't resolve my doubts. So, I would like to confirm with you whether Flowise currently supports deploying on multiple machines with multiple nodes to build a highly available distributed API application. This is extremely important for me.
I also have some other ideas and questions:
Beta Was this translation helpful? Give feedback.
All reactions