HelloMum / COMP47360-Smart-Tourist-Guide

GNU General Public License v2.0
2 stars 0 forks source link

Scraper Occasionally Duplicates Fetch Arbitrarily #104

Closed HelloMum closed 3 months ago

HelloMum commented 3 months ago

Description The scraper application intermittently duplicates fetch requests, resulting in redundant data retrieval from the target source. This issue occurs sporadically and impacts the efficiency and reliability of data scraping operations.

Steps to Reproduce Activate the scraper application to initiate data fetching from the target source. Observe the behavior of fetch requests over multiple runs or instances. Notice instances where the scraper duplicates fetch requests arbitrarily, resulting in redundant data retrieval.

Additional observation This is not a big issue as the chances seem to be rather low but would be convinient to go over it.

HelloMum commented 3 months ago

Seems to be resolved now, can be reopen later on if it reapears