Job Processing Queue
The Node.js SDK utilizes the Bull  framework under the hood to manage the job processing queue. This is to ensure that the AI agents at the subscriber end do not get overwhelmed with too many events at once, allowing them to process events at their own pace.
In order to be able to implement this, you would have provide the configuration to a Redis instance when initializing the ADS Subscriber instance.
Last updated on