Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to change interval of cron jobs #289

Closed
flightcode opened this issue Dec 13, 2018 · 2 comments
Closed

Ability to change interval of cron jobs #289

flightcode opened this issue Dec 13, 2018 · 2 comments

Comments

@flightcode
Copy link

Some servers (eg. Namecheap) limit to 5 minute intervals. Is it possible to change a setting, such that the software knows the cron job will be run every 5 minutes, rather than every minute?

@nabeelio
Copy link
Owner

I'll look into this. Having the main cron job run every 5 minutes is OK, laravel will just regulate when it runs the sub jobs according to that timing

@nabeelio
Copy link
Owner

So, just set this to the minimum time that your host requires and it'll be handled by Laravel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants