Amazon Reviews Scraper with Advanced Filters avatar
Amazon Reviews Scraper with Advanced Filters

Under maintenance

Pricing

$35.00/month + usage

Go to Store
Amazon Reviews Scraper with Advanced Filters

Amazon Reviews Scraper with Advanced Filters

Under maintenance

Developed by

ВAH

ВAH

Maintained by Community

This Amazon Reviews Scraper is designed to extract a vast amount of reviews (up to tens of thousands) for a specified ASIN with high efficiency. By utilizing advanced review filters, it ensures that you capture as many relevant reviews as possible.

3.7 (2)

Pricing

$35.00/month + usage

54

Total users

480

Monthly users

46

Runs succeeded

>99%

Issues response

4.8 days

Last modified

23 days ago

SU

Actor Running Multiple Duplicate Job

Open

suvae opened this issue
a month ago

When the actor is triggered twice, multiple jobs continue to start, even though only two should be running at most.

delicious_zebu avatar

Sorry, I didn't quite understand what you meant. Could you please explain it more clearly?

Normally, if the Actor is triggered twice, there should only be two runs active — unless you have some other scheduled tasks running as well.

SU

suvae

22 days ago

When the job is triggered once in isolation, the system behaves as expected: The actor processes the input correctly. A single job is executed internally. The output is deterministic and aligns with the expected result.

Failing Scenario: When the job is triggered concurrently with identical input: The actor receives multiple simultaneous job requests. Despite the input being identical, the actor's internal state is mutated unexpectedly due to concurrent access or race conditions. As a result: The input payload is altered mid-execution. The actor spawns multiple internal jobs even though only one request should be processed.