Run tasks every minute as needed
Clear logs every month (configurable) for old tasks logs.
This commit is contained in:
parent
6731f7ffbc
commit
176d92176e
4 changed files with 89 additions and 1 deletions
|
@ -3,6 +3,7 @@ APP_DEBUG=false
|
|||
APP_KEY=SomeRandomString3232RandomString
|
||||
APP_THEME=default
|
||||
APP_TIMEZONE=UTC
|
||||
APP_CLEAR_TASKLOG=720
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue