8000 Update workers config · laravelio/laravel.io@eb0ab0e · GitHub
[go: up one dir, main page]

Skip to content

Commit eb0ab0e

Browse files
committed
Update workers config
1 parent 0db83b4 commit eb0ab0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

workers/cron.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ DatabaseBackup:
44
args:
55
- backup:create
66
interval:
7-
minute: 0
8-
hour: 4
7+
minute: 0
8+
hour: */8
99
DatabaseCleanup:
1010
type: cron
1111
script: htdocs/artisan
1212
args:
1313
- backup:clean
14-
- 5
14+
- 10
1515
interval:
16-
minute: 0
17-
hour: 24
16+
minute: 0
17+
hour: 4

0 commit comments

Comments
 (0)
0