Skip to content

Releases: alvaro-escalante/google-index-checker

Changed batchrequest to error array collection on main function

16 Nov 09:59
Compare
Choose a tag to compare

Change the way the app deals with 500 errors by removing the promise.allSettlled() and just collect the errors on an array for the main function so it waits till the end and runs again if any errors are found.

v3.3.1

17 Oct 02:45
Compare
Choose a tag to compare

Fixed recursive function for timeout errors

v3.3.0

09 Oct 15:36
Compare
Choose a tag to compare
  • Changed the requesting method by using pool, faster concurrent request with a limit,
  • Simplified the timeout request recycling method by recursevily running the error url
  • New parameter on ScraperAPI to always using &device_type=desktop this way it always gets a match if it's there.