[Problem/Question]
// Detailed description of issue.
Have trouble when list group channel with query param ‘created_after’ and ‘created_before’.
When time range increases, 500901 error response.
In my case, if I set the range to 10 days, it works fine after several 500 errors, but if I set it to 15 days, it keeps on getting 500 errors.
// If problem, please fill out the below. If question, please delete.
[SDK Version]
// What version of the SDK are you using?
3
[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
my query param
{
limit: 100,
show_member: true,
show_frozen: true,
// created_after: 1707955200, // alway error
created_after: 1708387200, // work after few error
created_before: 1709251200,
}
[Frequency]
// How frequently is this issue occurring?
always
[Current impact]
// How is this currently impacting your implementation?
Cannot use list group channels with large ranges