Describe the bug
In initiator microservice for community subscriptions, performs over 100 requests to sent_coubs_reqistry api of subscriptions_holder service
To Reproduce
Steps to reproduce the behavior:
Go to zipkin
Filter by service t-coubs-initiator
See scheduler task with more than 100 spans for same request
?subscriptionId=3&dateTime=2024-01-20T21%3A12%3A56.990883944&size=10&page=0&sort=id%2CASC
Probably same happens with other subscriptions.
Expected behavior
Expected only one request for every active subscription. Not 100 requests for same subscription.
Describe the bug In initiator microservice for community subscriptions, performs over 100 requests to sent_coubs_reqistry api of subscriptions_holder service
To Reproduce Steps to reproduce the behavior:
?subscriptionId=3&dateTime=2024-01-20T21%3A12%3A56.990883944&size=10&page=0&sort=id%2CASC
Expected behavior Expected only one request for every active subscription. Not 100 requests for same subscription.
Screenshots