Unknown error in the logs

Hi, we have service is slack the logger, we get the same logs, and I understand where they’re coming from and how to track them.

Can help where to look for the error?
Thancks!

This is trace:

ServiceBase::Service Exception
Message: The remote server returned an error: (429) Too Many Requests.
Source: System
Target site: System.Net.WebResponse EndGetResponse(System.IAsyncResult)
Stack trace: at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)

You’ve hit the rate limits of Slack API. Slack allows to send only one message per second, and you should reduce number of logging requests to Slack and error will go away. Here is more detailed info about Slack rate limits

2 Likes