contribsys / faktory

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

Ability to push jobs when faktory server is down #393

Closed blainejohnson17 closed 2 years ago

blainejohnson17 commented 2 years ago

We're evaluating Faktory for an upcoming project as a replacement for sidekiq and wondering if it's possible to push jobs directly to redis ? This would allow us to push jobs when faktory server is down.

mperham commented 2 years ago

Generally anything is possible but I would not support it. I'd be ok with read only access to Redis but Faktory must manage and control writes to Redis.