- Issue created by @classiccut
- ๐จ๐ฆCanada classiccut
Adding a patch that removes uids as they're processed/sent. Also fixes a problem with check for queue end_time in subscribe_options array.
- Status changed to Needs review
about 2 years ago 8:30pm 10 March 2023 - ๐จ๐ฆCanada minoroffense Ottawa, Canada
Here's an updated patch for the current release.
- ๐ณ๐ฑNetherlands thomasdegraaff
Here's a different patch that also prevents the infinite loop.
- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
It would be best for the change to be in an issue fork and merge request.
- ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
rakesh.regar โ made their first commit to this issueโs fork.
- Merge request !33Issue #3346777 :Infinite cron loop / same user IDs processed when using queue. โ (Open) created by rakesh.regar
- ๐ณ๐ฑNetherlands thomasdegraaff
Patch #5 did not work for us. When there is a delivery candidate without a notifier, no message is sent (which is ok). But then still the candidate must be removed from the array with delivery candidates so it won't be tried again in the next batch.
Patch #11 fixes this.
I'll create a merge request when I have time for it. Probably next thursday.