Remove executor from the Executor Pool #4

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

Acceptance criteria:

  • Implement the RemoveExecutor REST call that takes as parameters: IP Address, Port
    • Validate that there is an executor at (IP Address, Port). If not, then return an error message.
    • Remove the executor at (IP Address, Port) from the ExecutorPool
    • If the removing of the Executor was successful then return a success message
    • If not, return an error message
**Acceptance criteria:** - [x] Implement the RemoveExecutor REST call that takes as parameters: _IP Address, Port_ - [x] Validate that there is an executor at (_IP Address, Port_). If not, then return an error message. - [x] Remove the executor at (_IP Address, Port_) from the ExecutorPool - [x] If the removing of the Executor was successful then return a success message - [x] If not, return an error message
Sign in to join this conversation.
No description provided.