Skip to content

HM-468: Processing Events in threads.

Bhushan Parakh requested to merge hm-468 into master

1. What this MR does / why we need it:

  • This MR implements methods to allow processing of all the events in threads.
  • Timeout and error propagation decorators are used on all the 3 commands that support the functionalities.
  • Integration test is fixed for the assignedResources attribute.

2. Make sure that you've checked the boxes below before you submit MR:

  • No conflict with master branch.
  • Merge Request Title appropriate.
  • Unit/Integration tests added and existing test cases are passing.
  • Variable and Function names state the purpose.
  • There is no commented out code, print/debug statements.
  • Logs are added wherever necessary.
  • Exception is handled wherever required.
Edited by Bhushan Parakh

Merge request reports