Handling webpub subscriptions renewal

What’s the best way to handle these? Should I set the lease low and renewal every 24 hours? Should I use a cron job which grabs all the subscriptions up for renewal and pool them together in one request? Is it possible to pool subscription renewals together so I don’t hit the rate limit?

It’s really up to you. Whatever works best for you and your system.

No. One API request = one Topic/Subscription create/renew

There is no “bulk” requesting.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.