Search results

  1. Rodrigo Bustos

    How to increase the Speed of List Import

    It split in 10k each batch.. this number is hardcoded (10.000). = /** * @var int maximum number of records allowed per file. * Above this number, files will be split into smaller files */ public $max_records_per_file_split = 10000; = Can it be configured somewhere?
  2. Rodrigo Bustos

    Process campaigns using Redis Queue.

    Mailwizz runs in a dedicated server with Redis inside. Just normal OS/Mailwizz updates there are no changes in config, etc. Some months ago we found some duplicates in our external smtp but never found the guilty.. our first thought was our MySQL Cluster (Galera, wsrep or anything related to...
  3. Rodrigo Bustos

    Process campaigns using Redis Queue.

    Redis for Mutex generate duplicate emails. We ran several tests and all works fine with redis for cache but redis for mutex. (version 1.7.5) 100 batches/100 emails each
  4. Rodrigo Bustos

    Process campaigns using Redis Queue.

    https://kb.mailwizz.com/articles/using-redis-cache-mutexes/ Redis is something functional today in mailwizz or not (ver: 1.7.5)? does it improve anything?
Back
Top