I need to send requests continuously, at specific intervals. I have a script that uses threads, but it heavily loads the server. Additionally, I prefer to have this not in a single session and would like to avoid cached responses
I wanted to rewrite everything using asyncio, but I encountered an issue where I need to predefine a task list, and there's a significant delay between 'gather' calls.