Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dustin/multipost

Somewhat reliably send a webhook request to a bunch of URLs concurrently (with retries, etc...)
https://github.com/dustin/multipost

Last synced: 3 days ago
JSON representation

Somewhat reliably send a webhook request to a bunch of URLs concurrently (with retries, etc...)

Awesome Lists containing this project

README

        

# HTTP MultiPoster

This is a tool to help reliably deliver a webhook to multiple
destinations. The given input will be provided to each of the
specified URLs concurrently until all of them have succeeded or it has
tried too many times.

Example:

./multipost http://something/ http://somethingelse/ < /some/input