Skip to content

Commit

Permalink
bump to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wppurking committed Apr 16, 2020
1 parent 81bf834 commit f1bf7f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.7.3] - 2020-04-16
### Fixed
- add #threshold Proc to support pass enqueue msg to lambada args
- add check interval for flush Hutch::Worker.buffer_queue to RabbitMQ to avoid blocking for handling limited message

## [0.7.1] - 2020-04-16
### Fixed
- add threshold default {context, rate, interval} value
- fix monkey patch Hutch::Config.define_methods

## [0.7.0] - 2020-04-13
### Fixed
- Use monkey patch to support Conumser ratelimit through Hutch::Threshold
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ end
```

threshold lambada need get return value must be a Hash and include:
* context: the limit context with currency threshold
* context: the limit context with current threshold
* rate: the rate speed of threshold
* interval: the time range of threshold

Expand Down

0 comments on commit f1bf7f3

Please sign in to comment.