-
Notifications
You must be signed in to change notification settings - Fork 6
Enhancing worker loops #30
Copy link
Copy link
Open
Description
For the moment, the bot is composed of 3 workers that execute routinely :
- Fetch Discord members
- Fetch Starknet IDs
- Apply Rules
For big servers, we cannot afford to spend so much time on each loop instance.
It is necessary to rethink the parallelisation of the execution to be more efficient.
We need to parallelise everything : the rule application by server, the scan of the server and the fetch of starknet ID.
Reactions are currently unavailable