Run tasks every minute as needed

Clear logs every month (configurable) for old tasks logs.
This commit is contained in:
Dane Everitt 2016-10-21 16:36:40 -04:00
parent 6731f7ffbc
commit 176d92176e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 89 additions and 1 deletions

View file

@ -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