dirk_s
December 7, 2022, 4:18pm
1
Your software
My Mautic version is: 4.4.5
My PHP version is: 7.4
Your problem
My problem is:
mautic:campaigns:rebuild doesn’t finish
These errors are showing in the log:
none
1 contact to be added
I cloned the old campaign and stopped it. The clone now runs fine.
What happenend?
I encounter this from time to time. Previously, I deleted the problematic campaign after cloning it and all seemed fine. I’ve also encountered this with segments. Now I add a --max-contacts=X flag and then it works just fine.
Note: Replace X with the max number of contacts you want that cron job run to process. I’ve got mine sitting around 500 right now without any issues.
2 Likes
dirk_s
December 12, 2022, 9:25am
3
Okay, this seems to be the reason (fixed with v5)
mautic:5.x
← mautic:fix-campaign-looping-issue
opened 02:52PM - 06 Jul 22 UTC
<!-- ## Which branch should I use for my PR?
Assuming that:
a = current ma… jor release
b = current minor release
c = future major release
* a.x for any features and enhancements (e.g. 5.x)
* a.b for any bug fixes (e.g. 4.4, 5.1)
* c.x for any features, enhancements or bug fixes with backward compatibility breaking changes (e.g. 5.x) -->
| Q | A
| -------------------------------------- | ---
| Bug fix? (use the a.b branch) | [ ]
| New feature/enhancement? (use the a.x branch) | [ ]
| Deprecations? | [ ]
| BC breaks? (use the c.x branch) | [ ]
| Automated tests included? | [ ]
| Related user documentation PR URL | mautic/mautic-documentation#...
| Related developer documentation PR URL | mautic/developer-documentation#...
| Issue(s) addressed | Fixes https://github.com/mautic/mautic/issues/11061
<!--
Additionally (see https://contribute.mautic.org/contributing-to-mautic/developer/code/pull-requests#work-on-your-pull-request):
- Always add tests and ensure they pass.
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too.)
- Features and deprecations must be submitted against the "4.x" branch.
-->
#### Description:
Ugly looping issue while campaign rebuild use with `Allow contacts to restart the campaign `
<!--
Please write a short README for your feature/bugfix. This will help people understand your PR and what it aims to do. If you are fixing a bug and if there is no linked issue already, please provide steps to reproduce the issue here.
-->
#### Steps to test this PR:
<!--
This part is really important. If you want your PR to be merged, take the time to write very clear, annotated and step by step test instructions. Do not assume any previous knowledge - testers may not be developers.
-->
1. Open this PR on Gitpod or pull down for testing locally (see docs on testing PRs [here](https://contribute.mautic.org/contributing-to-mautic/tester))
2. Add to segment two contacts by filter not manually
3. Create campaign with segment
4. Rebuild segment
5. Then manually remove from campaign one contact
6. Then rebuild campaign
7. See rebuild looping
8. After PR should work properly
<!--
If you have any deprecations, list them here along with the new alternative.
If you have any backwards compatibility breaks, list them here.
-->
<a href="https://gitpod.io/#https://github.com/mautic/mautic/pull/11318"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a>
system
Closed
December 13, 2022, 9:25pm
4
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.