We need a background task which runs once in a while which ought to go through all URLs stored in our DB that reference images, ping them and validate they have an image, and then clean down from the DB any who don't (stale links from CDNs etc.)
We should be able to run this no more than once every 12h, potentially longer.
We need a background task which runs once in a while which ought to go through all URLs stored in our DB that reference images, ping them and validate they have an image, and then clean down from the DB any who don't (stale links from CDNs etc.)
We should be able to run this no more than once every 12h, potentially longer.