- Issue created by @j_swope00
- First commit to issue fork.
- Open on Drupal.org βCore: 9.5.5 + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @pieter-e1 opened merge request.
- π§πͺBelgium pieter-e1
Had the same issue as described. Changing the count to a lower value made the error go away. Save a new campaign does still take a long time, though we manage this by raising the timeout in the module settings.
Created an issue fork and changed the count to 10. Created a merge request: https://git.drupalcode.org/project/mailchimp/-/merge_requests/57.
- Status changed to Needs review
over 1 year ago 1:01pm 7 July 2023 - π·π΄Romania bbu23
Hi, thanks for the patch. I experienced the same issue and confirm that lowering the count to a small value is working. I would even reduce that do a minimum of 1 or even 0 if it allows it, since the code executed after that is not even using the members array from the response object. It's only using the total_items value. Ideally, I would not bother loading any members at all.
- π©πͺGermany szeidler Berlin
I just noticed that this issue is (apart from the general scalability issue) also related to π Mailchimp client does not respect the api_timeout anymore Fixed , where the API calls always have a timeout of 10 seconds, no matter what you configure in the Drupal module.
-
xenophyle β
committed 625cb771 on 2.x
git commit -m 'Issue #3365873 by pieter-e1, j_swope00, bbu23: Sending to...
-
xenophyle β
committed 625cb771 on 2.x
- Status changed to Fixed
over 1 year ago 7:32pm 14 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.