Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server error given when getting the members of list that has 50000 subscribers #117

Open
xh3n1 opened this issue Feb 8, 2019 · 5 comments
Assignees
Labels

Comments

@xh3n1
Copy link
Member

xh3n1 commented Feb 8, 2019

Short problem description

I was testing /lists/2/members for some lists, and I noticed that for a list that has more than 50000 subscribers, an internal server error is given.

@oliverklee oliverklee added the bug label Feb 8, 2019
@oliverklee
Copy link
Contributor

@xh3n1 Is this a problem at exactly 5000 subscribers, i.e., 4999 work fine?

@xh3n1
Copy link
Member Author

xh3n1 commented Feb 11, 2019

@oliverklee it's not exactly for 5000 subscribers, it gives the same error for 48720 or 54054.

@oliverklee
Copy link
Contributor

Can you debug this? Maybe the PHP memory limit is reached.

@oliverklee
Copy link
Contributor

And is the limit around 5000 or 50000 subscribers?

@xh3n1
Copy link
Member Author

xh3n1 commented Feb 11, 2019

@oliverklee yes, I will debug this. The limit is around 50000 subscribers, sorry a typo.

@oliverklee oliverklee changed the title Internal Server error given when getting the members of list that has 5000 subscribers Internal Server error given when getting the members of list that has 50000 subscribers Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants