projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Rate Limit Support

DhiyaneshGeek opened this issue · comments

Currently, it's not possible to control the request rate, leading to multiple services hitting rate-limit and discarding the msg which also breaks the automation pipeline.

This support can be added similar to projectdiscovery/subfinder#449

This support can be added similar to projectdiscovery/subfinder#449

@DhiyaneshGeek now rl flag can be used to specify request to send per second.