Hello!
I am developing plugin for Kanboard
And its needed to make automatic timed actions (by cron) inside and outside Kanboard
How can i add my own task to kanboard cronjob shelude?
I tried to search information in documentation or plugin with same founctionality - and didnt find anything.
Can you say which methods is using to create cronjobs and how to use these methods?
I have a simple action in my controller - send me information about project. This action is working by manual start.
I want to force cron to execute this action 3 times per a day. I dont need to update this action options or change it - i want to add this action only one time (may be in plugin.php) to cron shelude and its all.
You need an additional crontab entry for this.
I have done something similarly in the Mailmagik plugin, we have an additional ‘cron’ command there. You might have a look at this code.
I don’t think this is useful. The normal cronjob is usually run every 24 hours and triggers the sending of task due mails to the users. If you increase the frequency, you’ll get reminded at every cronjob run.