Sign up for Apify Platform here
Star Crawlee on GitHub
Star Crawlee for Python on GitHub
Apify and Crawlee Official Forum
New post
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated last year
0
Follow
Rate limit based on key
Rate limit based on key
Inactive
0
Follow
T
Tay
last year
ยท
Is it possible to rate limit based on a key? So basically it would only process 1 URL at a time per key.
g
H
2 comments
Share
Open in Discord
g
gtry
last year
you can try maxConcurrency option but it wouldn't be actual rate limiting though
H
Hamza
last year
There is no native way at the moment.
An idea is to start with one URL for each key, and pass the rest of the URLs to the
request.userData
object, then after each URL is processed, add another one from
request.userData
to the queue.
Add a reply
Sign up and join the conversation on Discord
Join on Discord