internetstandards / Internet.nl

Internet standards compliance test suite
https://internet.nl
173 stars 37 forks source link

Reduce time between last scan and start report generation for batch requests #1450

Open aequitas opened 3 months ago

aequitas commented 3 months ago

Currently there is a delay of 10-15 minutes after the last batch request scan task is finished and the report generation can be started. This is maybe due to some Redis cache keys (redis_id.py) that need to time out before some tasks can truly be considered 'done'. Maybe some task that failed but forgot to clean up it's state/lock redis cache key??