What/Why:
We have recently discovered code in the orchestrator that is meaning/useless to us.
Namely in lib/util.js we never trigger req.issueRequest(). We should remove this and any related that we will never use or is outdated for us.
Other areas TBD, but this is one function for now.
How:
- Figure out if we really do not need this and/or if it will be useful to keep
- Remove entirely or re-implement if will be useful