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
In the administration panel I turned off all rate limiters, but every time I get an exception :
ERROR [createDirectMessage] Error: {
isClientSafe: true,
error: 'too-many-requests',
reason: 'Error, too many requests. Please slow down. You must wait 54 seconds before trying again.',
details: { timeToReset: 53009 },
message: 'Error, too many requests. Please slow down. You must wait 54 seconds before trying again. [too-many-requests]',
errorType: 'Meteor.Error'
}
I have about 2000 users and I don't think that it should be a problem.
The text was updated successfully, but these errors were encountered:
I'm trying to send broadcast notification in direct message via bot (bot repository):
In the administration panel I turned off all rate limiters, but every time I get an exception :
I have about 2000 users and I don't think that it should be a problem.
The text was updated successfully, but these errors were encountered: