Enable RefetchIncompleteQuestions (rename it to have Service at the end for the sake of consistency while you’re at it) but instead do the following:
- Find all incomplete questions that don’t have an
INCOMPLETE or PROCESSING job attached to the question
- Re add them to the
Job queue
QA:
- NOTE: Just a dev test is fine
- Create an incomplete question but with a real Leetcode
submissionId (show screenshot inside of DB IDE)
- You can set the service to start instantaneously for this test
- Make sure to show screenshots of the logs indicating that it ran successfully
- You can show a screenshot of the
Question after to show that it worked