Skip to content

auto_reload_cache task not triggering #13

@BM-Haoh

Description

@BM-Haoh

Problem:
The @tasks.loop responsible for the daily cache reload (scheduled for 06:10 UTC) is not executing, despite the bot being online for over 48 hours. No logs or cache updates were registered.

Suspected Cause:
The task was defined with the @tasks.loop decorator but might not have been explicitly initialized using the .start() method.

Validation & QA Plan:

  • Implementation: Add the .start() method and commit the fix.
  • On Hold Phase: Move the issue to "On Hold" and wait for the next scheduled tournament matches.
  • Verification: Monitor cache by using info-team in a pre-match day and reusing it in the next day to confirm data refresh.
  • Closure: If the cache updates successfully without manual intervention, move the issue to "Done".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    On Hold

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions