# My cron list - VPS, 14 GB, 4 cores

**URL:** https://forum.mautic.org/t/my-cron-list-vps-14-gb-4-cores/4459
**Category:** Product Support
**Created:** [June 9, 2016, 7:21pm UTC](https://forum.mautic.org/t/my-cron-list-vps-14-gb-4-cores/4459 "2016-06-09T19:21:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![scaraliu](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@scaraliu](https://forum.mautic.org/u/scaraliu)
#### Post date: [June 9, 2016, 7:21pm UTC](https://forum.mautic.org/t/my-cron-list-vps-14-gb-4-cores/4459/1 "2016-06-09T19:21:45Z")

</div>

ip bd - week  
  
0 0 \* \* 0 /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:iplookup:download --env=prod \>/home/your/public\_html/marketing/loguiala/mauticiplookupdownload.log 2\>&1  
  
leadlist update  
  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:leadlists:update --env=prod \>/home/your/public\_html/marketing/loguiala/leadlistsupdate.log 2\>&1  
  
campains update  
  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:campaigns:update --env=prod \>/home/your/public\_html/marketing/loguiala/campaignsupdate.log 2\>&1  
  
campains trigger  
  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:campaigns:trigger --env=prod \>/home/your/public\_html/marketing/loguiala/campaignstrigger.log 2\>&1  
  
email process  
  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:email:process --env=prod \>/home/your/public\_html/marketing/loguiala/emailprocess.log 2\>&1  
  
segments update  
  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:segments:update --env=prod \>/home/your/public\_html/marketing/loguiala/segmentsupdate.log 2\>&1  
  
emails send  
  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:send:emails --env=prod \>/home/your/public\_html/marketing/loguiala/sendemails.log 2\>&1  
  
fetch - aka bounce  
  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:fetch:email --env=prod \>/home/your/public\_html/marketing/loguiala/fetchemail.log 2\>&1  
  
  
  
It works fine, but sometimes gives some crashes mostly at the moment of big imports - 50.000 records with tag set.  
  
The 3 minute cron, one after another is an excess, i think, but the speed at which the sistem keeps record is important.  
  
In just 10 minutes the soft/hardware created more than 30.000 emails waiting to be sent. The smtp is another issue  
  
What others thing about this.  
  
I’m doing something dumb?

---

<div class="post-metadata">

### Author: ![scaraliu](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@scaraliu](https://forum.mautic.org/u/scaraliu)
#### Post date: [June 9, 2016, 7:21pm UTC](https://forum.mautic.org/t/my-cron-list-vps-14-gb-4-cores/4459/2 "2016-06-09T19:21:45Z")

</div>

ip bd - week  
0 0 \* \* 0 /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:iplookup:download --env=prod \>/home/your/public\_html/marketing/loguiala/mauticiplookupdownload.log 2\>&1   
leadlist update  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:leadlists:update --env=prod \>/home/your/public\_html/marketing/loguiala/leadlistsupdate.log 2\>&1   
campains update  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:campaigns:update --env=prod \>/home/your/public\_html/marketing/loguiala/campaignsupdate.log 2\>&1   
campains trigger  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:campaigns:trigger --env=prod \>/home/your/public\_html/marketing/loguiala/campaignstrigger.log 2\>&1   
email process  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:email:process --env=prod \>/home/your/public\_html/marketing/loguiala/emailprocess.log 2\>&1   
segments update  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:segments:update --env=prod \>/home/your/public\_html/marketing/loguiala/segmentsupdate.log 2\>&1   
emails send  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:send:emails --env=prod \>/home/your/public\_html/marketing/loguiala/sendemails.log 2\>&1   
fetch - aka bounce  
\*/3 \* \* \* \* /usr/local/bin/php /home/your/public\_html/marketing/app/console mautic:fetch:email --env=prod \>/home/your/public\_html/marketing/loguiala/fetchemail.log 2\>&1

It works fine, but sometimes gives some crashes mostly at the moment of big imports - 50.000 records with tag set.  
The 3 minute cron, one after another is an excess, i think, but the speed at which the sistem keeps record is important.  
In just 10 minutes the soft/hardware created more than 30.000 emails waiting to be sent. The smtp is another issue  
What others thing about this.  
I’m doing something dumb?
