You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Having the API forwarding PM2 logs to Discord via webhooks that will squash multiple logs in one message, with rate limits could be a great feature, as the topic of the API is also Discord Webhooks...
The text was updated successfully, but these errors were encountered:
Cool approach would be standalone software that listen to pm2 logs (using pm2 internal api), and sends post request to githook.
GithookAPI could then simply parse the payload as discord format and handle it.
Dealing with squashing multiple logs in one message could be more complicated githook API side.
It would make more sense to let the standalone pm2 listener handle that and send less request to githook anyway
Description: Having the API forwarding PM2 logs to Discord via webhooks that will squash multiple logs in one message, with rate limits could be a great feature, as the topic of the API is also Discord Webhooks...
The text was updated successfully, but these errors were encountered: