Skip to content

Corrected timeout behavior in worker service

Compare
Choose a tag to compare
@tbd-develop tbd-develop released this 07 Jan 14:49
· 8 commits to main since this release

Worker service was incorrectly polling, not using the interval unless a message was to be processed. Corrected this so messages will be processed quickly and the interval delay is only in the case where there are no messages or a failure.