重复调用 REST API,直到找不到记录
我有一个场景,我需要处理大约 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论