Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds faster calculation of expected recipients
commit d641372 Author: bencroker <[email protected]> Date: Fri Mar 8 20:24:19 2024 -0600 Revert the fix, back to square 1 commit cffeae2 Merge: 6a3f170 b58bda0 Author: Ben Croker <[email protected]> Date: Fri Mar 8 19:42:20 2024 -0600 Merge pull request #456 from kennethormandy/contacts-batch-query Updates contacts query for large lists commit 6a3f170 Author: bencroker <[email protected]> Date: Fri Mar 8 19:36:05 2024 -0600 Fix too many parameters MySQL acccepts at most 65535 parameters, so it is important to use a `where` clause here. commit b58bda0 Author: Ben Croker <[email protected]> Date: Fri Mar 8 19:31:31 2024 -0600 Remove batching, code cleanup commit d267fbe Author: Ben Croker <[email protected]> Date: Fri Mar 8 18:54:44 2024 -0600 Revert changes commit 57e808a Merge: 4b83e5c f289a4b Author: Ben Croker <[email protected]> Date: Fri Mar 8 18:45:24 2024 -0600 Merge pull request #455 from kennethormandy/bugfix/missing-preflight-twig-variables Fixes missing memory limit and time limit Twig variables commit db87912 Author: Kenneth Ormandy <[email protected]> Date: Fri Mar 8 12:46:58 2024 -0800 Adds batch query when querying regular sendout recipients commit 11cfb80 Author: Kenneth Ormandy <[email protected]> Date: Fri Mar 8 12:44:26 2024 -0800 Adds faster calculation of expected recipients for regular sendouts
- Loading branch information