The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gungho::Component::Throttle::Simple.ja - リクエスト総数でスロットル

SYNOPSIS

  ---
  throttle:
    simple:
      max_items 1000
      interval: 3600
  components:
    - Throttle::Simple

METHODS

setup

オブジェクトを初期化します。

throttle($request)

設定されたリクエスト総数範囲内であれば正、超えると負を返します