now there are scheduled tasks in the project to regularly scan qualified records in the database, perhaps thousands at a time, and then loop these thousands of data into rabbitmq. When consumption is again consumed, the source third-party API will be called, and finally the call log will be recorded in the log table. Excuse me, is it necessary to remove the message queue and directly call the third-party interface, and then the database records logs, which has a great impact on the database? It should be a connection for the database, right?