# Cron Job Alternative

**URL:** https://forum.mautic.org/t/cron-job-alternative/1838
**Category:** Product Support
**Created:** [May 16, 2015, 9:36am UTC](https://forum.mautic.org/t/cron-job-alternative/1838 "2015-05-16T09:36:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![petertl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/petertl/32/511_2.png) [@petertl](https://forum.mautic.org/u/petertl)
#### Post date: [May 16, 2015, 9:36am UTC](https://forum.mautic.org/t/cron-job-alternative/1838/1 "2015-05-16T09:36:33Z")

</div>

Hi,  
  
  
  
unfortunately I am not able to use cron which is mandatory as I understood:  
  
[https://github.com/mautic/documentation/tree/master/setup](https://github.com/mautic/documentation/tree/master/setup)  
  
  
  
Is there an alternative to the console to trigger the functions (e.g. via PHP get variables)?  
  
  
  
Thank you,  
  
  
  
Peter

---

<div class="post-metadata">

### Author: ![petertl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/petertl/32/511_2.png) [@petertl](https://forum.mautic.org/u/petertl)
#### Post date: [May 16, 2015, 9:36am UTC](https://forum.mautic.org/t/cron-job-alternative/1838/2 "2015-05-16T09:36:33Z")

</div>

Hi,

unfortunately I am not able to use cron which is mandatory as I understood:  
[https://github.com/mautic/documentation/tree/master/setup](https://github.com/mautic/documentation/tree/master/setup)

Is there an alternative to the console to trigger the functions (e.g. via PHP get variables)?

Thank you,

Peter

---

<div class="post-metadata">

### Author: ![gmillard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/gmillard/32/5_2.png) [@gmillard](https://forum.mautic.org/u/gmillard)
#### Post date: [May 16, 2015, 2:38pm UTC](https://forum.mautic.org/t/cron-job-alternative/1838/3 "2015-05-16T14:38:02Z")

</div>

Afraid there isn’t. Is it that your host doesn’t allow Php directly from cron? Can you still execute a web script as a cron job? One user had the issue where the host required a Web accessible script for the cron job. But the host allowed system() so the user was able to wrap the commands in a simple php script.

Thanks,  
Alan

---

<div class="post-metadata">

### Author: ![Agnon](https://avatars.discourse-cdn.com/v4/letter/a/d78d45/32.png) [@Agnon](https://forum.mautic.org/u/Agnon)
#### Post date: [May 19, 2015, 5:15am UTC](https://forum.mautic.org/t/cron-job-alternative/1838/4 "2015-05-19T05:15:19Z")

</div>

[https://www.easycron.com](https://www.easycron.com) provides online cron job service. It’s an alternative to task scheduler(cron job) solution under Windows & Linux.

---

<div class="post-metadata">

### Author: ![roman](https://avatars.discourse-cdn.com/v4/letter/r/ed8c4c/32.png) [@roman](https://forum.mautic.org/u/roman)
#### Post date: [May 22, 2015, 3:33pm UTC](https://forum.mautic.org/t/cron-job-alternative/1838/5 "2015-05-22T15:33:46Z")

</div>

Hi @Agnon !

Are you (or anyone) using [easycron.com](http://easycron.com) with Mautic?

Due to limitations in shared hostings it’s impossible to execute this kind of cronjobs and I tried to use [easycron.com](http://easycron.com) but, if I’m not wrong, it’s mandatory to specify the path to a file containing a script.

Could you share with us an example of how you’re using [easycron.com](http://easycron.com) with Mautic?

It’s really awesome that we can use Mautic in low-requirement hostings, but I guess this issue is really a problem for marketers with basic programming skills.

Thanks!

---

<div class="post-metadata">

### Author: ![petertl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/petertl/32/511_2.png) [@petertl](https://forum.mautic.org/u/petertl)
#### Post date: [May 22, 2015, 3:49pm UTC](https://forum.mautic.org/t/cron-job-alternative/1838/6 "2015-05-22T15:49:06Z")

</div>

Cron jobs are not the problem, there are services like the mentioned EasyCron e.g. The point is that I do not manage to trigger the console with parameters (like php /path/to/mautic/app/console mautic:leadlists:update --env=prod).

Peter

---

<div class="post-metadata">

### Author: ![silavapi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/silavapi/32/7424_2.png) [@silavapi](https://forum.mautic.org/u/silavapi)
#### Post date: [February 2, 2020, 11:00pm UTC](https://forum.mautic.org/t/cron-job-alternative/1838/7 "2020-02-02T23:00:00Z")

</div>


