elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.05k stars 1.1k forks source link

[DOC] Initial Documentation V3 #3904

Open sfmskywalker opened 1 year ago

sfmskywalker commented 1 year ago

Topics

Quickstarts

FAQ

Guides

wfurney commented 1 year ago

Does running a v3 cluster require the same backing technologies as a v2 cluster?

sfmskywalker commented 1 year ago

For most components, yes. For example, Quartz.NET requires to be configured using a persistent store in order for it to start jobs only one one node, instead of all nodes. But, I still need to go through all the details, in detail 😄