The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

METHODS

setup

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

throttle($request)

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