main.tasks.scrape_interval_task is legacy code that seems to only be used in tests now.
It has now been replaced with: update_or_create_items_task that contains scrape_items_from_skus + update_or_create_items_interval (which used to be paerts of scrape_interval_task task).
Check occurrences in code to see if it's safe to delete
main.tasks.scrape_interval_task
is legacy code that seems to only be used in tests now.It has now been replaced with:
update_or_create_items_task
that containsscrape_items_from_skus
+update_or_create_items_interval
(which used to be paerts ofscrape_interval_task
task).update_or_create_items_task