diff options
| author | jason | 2019-01-15 17:01:32 -0700 |
|---|---|---|
| committer | jason | 2019-01-16 11:17:30 -0700 |
| commit | 0bed1a072d15ec01822b421bee51965a2d6910e7 (patch) | |
| tree | cbb01780f216ea9544a2452d7984da89b611b6d1 /docs/client | |
| parent | eedb40e2f1c6f3ba46518baba3401578ae20cf2b (diff) | |
| download | eventmq-feature/scheduler_redis_cluster_support.tar.gz eventmq-feature/scheduler_redis_cluster_support.zip | |
Scheduler: adds optional support for redis and specifying redis clientfeature/scheduler_redis_cluster_support
- allow optional support for running the scheduler without a redis
backend for persistent schedule storage. The default is to exit on
startup error. The user can set `redis_startup_error_hard_kill` to
false if they really want to run the scheduler with no backend db.
- allow users the ability to specify a redis client class. this will let
them use redis-cluster if they wish. They can install the appropriate
module and define `redis_client_class` (and if necessary class keyword
arguments via `redis_client_class_kwargs`).
Diffstat (limited to 'docs/client')
0 files changed, 0 insertions, 0 deletions