This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit cb2dcd6aa963299f60938758d4bae14274b4d1d7 Author: Benoit Tellier <[email protected]> AuthorDate: Fri Nov 1 18:02:00 2019 +0700 Changelog for Distributed Task Management --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d3e99..07e0744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] +### Added +- Distributed task management for Guice cassandra-rabbitmq product. This enables two James server to share a consistent view +of tasks being currently executed. + ### Changed - Multiple changes have been made to enhance ElasticSearch performance: - Use of routing keys to collocate documents per mailbox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
