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".
Problem:
The
@tasks.loopresponsible 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:
info-teamin a pre-match day and reusing it in the next day to confirm data refresh.