sttc / stateful

Stateful RESTful Web Primitives
https://www.stateful.co
Other
45 stars 4 forks source link

maximum requests per minute #1

Open yegor256 opened 10 years ago

yegor256 commented 10 years ago

Let's introduce a limitation for a maximum number of requests we can accept from a single user. Let's use in-memory H2 database for this tracking mechanism. It is not very important to be consistent in it. Just check how often a user is sending requests to us and reject if the speed is too high.

Let's say, 300 requests per minute is the maximum.

karato commented 10 years ago

I'm aware of the task, give me some time to find a developer...

karato commented 10 years ago

thanks for reporting! I topped your account for 15 mins, transaction 000-959eccf3

karato commented 9 years ago

we're working on these puzzles originated from here: 1-ae7f0d24/#8

0pdd commented 4 years ago

@yegor256 the puzzle #28 is still not solved.