Skip to content

confused on how to use the limiter for 2 different requests but both need to use a limiter. #79

Answered by mjpieters
outgaze asked this question in Q&A
Discussion options

You must be logged in to vote

Why not just put both requests into separate tasks? You are using asyncio after all and if you use two separate limiters for two separate URLs just run those in parallel.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@outgaze
Comment options

@outgaze
Comment options

@mjpieters
Comment options

@outgaze
Comment options

@outgaze
Comment options

Answer selected by outgaze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #78 on May 07, 2022 21:28.