Skip to content

Commit

Permalink
Add note about using expirationd with replication
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
ligurio committed Oct 8, 2021
1 parent 309f7b6 commit fbdf996
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ Table below may help you to choose a proper module for your requirements:

### Documentation

See https://tarantool.github.io/expirationd/
See API documentation in https://tarantool.github.io/expirationd/

Note about using expirationd with replication: by default expirationd should
process tasks only on the writeable instance, it means that expirationd *will
not* start task processing on a replica. Here the word 'replica' means an
instance with at least one configured upstream, it's an option
`box.cfg.replication_source` (`box.cfg.replication` for Tarantool 1.7.6+). One
can force running task on replica with option `force` in `start()` module
function. The option force let a user control where to start task processing
and where don't.

### Examples

Expand Down

0 comments on commit fbdf996

Please sign in to comment.