Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
69d4e520
Commit
69d4e520
authored
Aug 23, 2021
by
Dominik Hebeler
Browse files
disabled log gathering until migration is complete
parent
5695178d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Kernel.php
View file @
69d4e520
...
...
@@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
$schedule
->
command
(
'heartbeat'
)
->
everyMinute
();
$schedule
->
command
(
'requests:gather'
)
->
everyFifteenMinutes
();
$schedule
->
command
(
'requests:useragents'
)
->
everyFiveMinutes
();
$schedule
->
command
(
'logs:gather'
)
->
everyMinute
();
#
$schedule->command('logs:gather')->everyMinute();
$schedule
->
command
(
'spam:load'
)
->
everyMinute
();
$schedule
->
call
(
function
()
{
DB
::
table
(
'monthlyrequests'
)
->
truncate
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment