重复调用 REST API,直到找不到记录

发布于 2025-01-09 09:38:33 字数 157 浏览 1 评论 0原文

我有一个场景,我需要处理大约 1,00,000 笔交易。该API一次可以处理5000笔交易。

我可以采用什么机制来重复调用 API,直到处理完所有 1,00,000 条记录?

我正在考虑 Spring boot cron,但没有找到在处理所有事务时停止 cron 的方法。

I have a scenario where I need to process around 1,00,000 transactions. At once, the API can handle and process 5000 transactions.

What mechanism can I incorporate to call the API at repeated intervals until all the 1,00,000 records get processed?

I was thinking of Spring boot cron but didn't find a way to stop the cron when all transactions are processed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文