Progressively refetch favicons
charlesBochet opened this issue · 2 comments
charlesBochet commented
We would like to have a job to progressively refresh favicons. Each domain should be re-fetched and stored once a week.
We expect to have ~1 million domain stored in the storage. This means that we need to refresh 1 favicon per minute.
Todo once #15 is complete
- use https://docs.nestjs.com/techniques/task-scheduling to declare a cron that would run every 10 minutes and run the command created above
gitstart-app commented
Here is the GitStart Ticket for this issue: https://clients.gitstart.com/twenty/5449/tickets/FAVI-16
gitstart-twenty commented
Hey @charlesBochet ,
This depends on #15 which depends on #13 which is unassigned, so it's kinda blocked.