Run some cron tasks at a lower frequency (lofreq are run once an hour, hifreq every 10 minutes).
This commit is contained in:
parent
5cabd79702
commit
4761c9e9f9
2 changed files with 129 additions and 88 deletions
|
@ -31,7 +31,7 @@
|
|||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php misuzu.php migrate",
|
||||
"php misuzu.php cron"
|
||||
"php misuzu.php cron low"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue