Thanks Patrick.
I have a custom module that creates a queue using the node package “Bull”.
I’m using this to fulfill callbacks of webhook subscriptions. So an event is dropped into the queue for processing. Right now that processing just calls an http method to trigger the processing but I thought it would be better to execute the actions directly from a library.