contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.73k stars 227 forks source link

Does the faktory server support high availability? #485

Closed raymondregrello closed 3 weeks ago

raymondregrello commented 3 weeks ago

Just found out about faktory today and excited to learn more!

Most of the documentation I've seen so far seems to suggest running the faktory server as a single process. If faktory is configured to use an external Redis, can you run the faktory server itself on multiple nodes for high availability?

mperham commented 3 weeks ago

It does not support clustering or HA. You can point Faktory Enterprise at a Redis SaaS to get Redis HA.

raymondregrello commented 3 weeks ago

Got it, thank you!