Real-Time-Rate-Limiting-Queue

如果在指定的時間間隔內發出了超過指定數量的請求,它會等待直到最舊的請求比該時間間隔更舊,然後再處理隊列中的下一個請求

目前為 2025-12-24 提交的版本,檢視 最新版本

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v1.0.10 2025-12-27
  • v1.0.10 2025-12-27
    • updated dependency factory function call name
  • v1.0.9 2025-12-27
    • removed async requirement for factory function, since dependency is now static webhook code
  • v1.0.8 2025-12-24
    • updated example code with correct tested code
  • v1.0.7 2025-12-24
    • updated @require URL again due to new dependency version, which will have no effect other than FYI, but it's technically a code change
  • v1.0.6 2025-12-24
    • updated @require URL to new version of dependency (which changes nothing, since only the script @requires are used)
    • removed @grants that were no longer used
    • clarified metadata required by scripts using this library
    • updated example code
  • v1.0.5 2025-12-24
    • minor metadata edit
  • v1.0.5 2025-12-24
    • made constructor construct private members properly
  • v1.0.4 2025-12-24
    • removed unworkable scheme for storing class
  • v1.0.3 2025-12-24
    • learned that when a @required script is updated, the caller's @require metadata needs updating too, or else the caller keeps using the old version of the dependency
  • v1.0.2 2025-12-24
    • @granted all privileges needed by dependency
  • v1.0.1 2025-12-24
    • addressed bug in code that computes key under which the returned class is stored
  • v1.0.0 2025-12-23

    Added @homepageURL and @supportURL to script metadata

  • v1.0.0 2025-12-22
    • included license
  • v1.0.0 2025-12-22