- 'MAUTIC_ENV=live'
- 'LOG=/var/www/log/mautic/pepperlfuchs/messages.log'
description: mautic messages
+ mautic_email_fetch:
+ user: apache
+ command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:email:fetch >>$LOG 2>&1'
+ minute: '*/5'
+ hour: '*'
+ environment:
+ - 'MAUTIC_ENV=live'
+ - 'LOG=/var/www/log/mautic/pepperlfuchs/email-fetch.log'
+ description: mautic email fetch
- 'MAUTIC_ENV=test'
- 'LOG=/var/www/log/mautic/pepperlfuchs/messages.log'
description: mautic messages
+ mautic_email_fetch:
+ user: apache
+ command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:email:fetch >>$LOG 2>&1'
+ minute: '*/5'
+ hour: '*'
+ environment:
+ - 'MAUTIC_ENV=live'
+ - 'LOG=/var/www/log/mautic/pepperlfuchs/email-fetch.log'
+ description: mautic email fetch
\ No newline at end of file