Skip to content

Enhancing worker loops #30

@Wolk1618

Description

@Wolk1618

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions