Closed qtgye closed 1 year ago
Currently, the prerender call is implemented within each task, making the code repetitive and out of design. This should be centralized.
Implemented DealScraper class which automatically sends products to Main Server, and triggers prerender afterwards. As long as a task implements this class, prerender call should be automatic.
Currently, the prerender call is implemented within each task, making the code repetitive and out of design. This should be centralized.