Executor start up #11

Closed
opened 2021-10-07 14:50:01 +00:00 by reynisson · 0 comments
reynisson commented 2021-10-07 14:50:01 +00:00 (Migrated from github.com)

Acceptance criteria:

  • When the executor is started then it should find the first available port (in some range - Ask Marcel) to start running on
    • Once successful the executor should notify the Executor Pool of its existence via the AddExecutor REST call
      • If the executor is successfully added it should ask for assignment (implemented in another issue)
        • If there is no assignment it should do nothing, but not shut down
      • Else if the executor could not be added for some reason, it should shut down
**Acceptance criteria:** - [x] When the executor is started then it should find the first available port (in some range - Ask Marcel) to start running on - [x] Once successful the executor should notify the Executor Pool of its existence via the AddExecutor REST call - [x] If the executor is successfully added it should ask for assignment (implemented in another issue) - [x] If there is no assignment it should do nothing, but not shut down - [x] Else if the executor could not be added for some reason, it should shut down
Sign in to join this conversation.
No description provided.