You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Rémi Kowalski (JIRA)" <se...@james.apache.org> on 2019/05/21 09:31:00 UTC

[jira] [Created] (JAMES-2777) Create a TaskManagerWorker

Rémi Kowalski created JAMES-2777:
------------------------------------

             Summary:  Create a TaskManagerWorker
                 Key: JAMES-2777
                 URL: https://issues.apache.org/jira/browse/JAMES-2777
             Project: James Server
          Issue Type: Bug
            Reporter: Rémi Kowalski


We currently have an implementation of {{TaskManager}} which rely on on memory ({{MemoryTaskManager}}).

It takes the tasks and give it to an executor.

The goal of this ticket is to create a new concept called {{TaskManagerWorker}} which will be responsible to execute tasks.
 * {{TaskManager}} will provide a {{Publisher}} with the {{Task}}s to execute.
 * {{MemoryTaskManagerWorker}}: which will subscribe to the {{Publisher}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org