Starting at around 2021-03-24 03:44:19.552 -07:00, we started getting the following error for any Session Request -- I have attempted to reduce the time period, but to no avail. Please advise:
{
"error": {
"code": 400,
"message": "Session limit of 10000 exceeded.",
"errors": [
{
"message": "Session limit of 10000 exceeded.",
"domain": "global",
"reason": "invalidArgument"
}
],
"status": "INVALID_ARGUMENT"
}
}