contribsys / faktory

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

Question: what type of persistence is redis configured to use? #413

Closed rmzg closed 1 year ago

rmzg commented 1 year ago

Apologies for using this for questions but I couldn't find the answer anywhere in the documentation.

https://redis.io/docs/manual/persistence/ show several different ways to configure redis persistence, which one does faktory use and is it configurable?

mperham commented 1 year ago

You can see the Redis configuration on Faktory’s /debug page in the Web UI. It should tell you what it is using, I believe it should be the default of RDB.