idempotent-request/spec
Dmytro Zakharov 17a2fed1f6 This commit is intended to fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished.
This works adding a "lock" key in redis and returning 429 http error when concurrent requests are sent.
2018-06-28 16:09:02 +02:00
..
idempotent-request This commit is intended to fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished. 2018-06-28 16:09:02 +02:00
support This commit is intended to fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished. 2018-06-28 16:09:02 +02:00
spec_helper.rb first implementation 2018-01-22 18:58:30 +01:00