File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
dockerfile : development.Dockerfile
26
26
extra_hosts :
27
27
- ' host.docker.internal:host-gateway'
28
- command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --tries=3 --timeout=3500 "]
28
+ command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --tries=3 --timeout=3750 "]
29
29
environment :
30
30
WWWUSER : ' ${WWWUSER}'
31
31
LARAVEL_SAIL : 1
@@ -45,7 +45,7 @@ services:
45
45
dockerfile : development.Dockerfile
46
46
extra_hosts :
47
47
- ' host.docker.internal:host-gateway'
48
- command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue kanvas-social --tries=3 --timeout=1750 "]
48
+ command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue kanvas-social --tries=3 --timeout=3750 "]
49
49
environment :
50
50
WWWUSER : ' ${WWWUSER}'
51
51
LARAVEL_SAIL : 1
@@ -65,7 +65,7 @@ services:
65
65
dockerfile : development.Dockerfile
66
66
extra_hosts :
67
67
- ' host.docker.internal:host-gateway'
68
- command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue notifications --tries=3 --timeout=1750 "]
68
+ command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue notifications --tries=3 --timeout=3750 "]
69
69
environment :
70
70
WWWUSER : ' ${WWWUSER}'
71
71
LARAVEL_SAIL : 1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
dockerfile : development.Dockerfile
25
25
extra_hosts :
26
26
- ' host.docker.internal:host-gateway'
27
- command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --tries=3 --timeout=1750 "]
27
+ command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --tries=3 --timeout=3750 "]
28
28
environment :
29
29
WWWUSER : ' ${WWWUSER}'
30
30
LARAVEL_SAIL : 1
@@ -43,7 +43,7 @@ services:
43
43
dockerfile : development.Dockerfile
44
44
extra_hosts :
45
45
- ' host.docker.internal:host-gateway'
46
- command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue kanvas-social --tries=3 --timeout=1750 "]
46
+ command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue kanvas-social --tries=3 --timeout=3750 "]
47
47
environment :
48
48
WWWUSER : ' ${WWWUSER}'
49
49
LARAVEL_SAIL : 1
@@ -62,7 +62,7 @@ services:
62
62
dockerfile : development.Dockerfile
63
63
extra_hosts :
64
64
- ' host.docker.internal:host-gateway'
65
- command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue notifications --tries=3 --timeout=1750 "]
65
+ command : ["sh", "-c", "php artisan config:cache && php artisan queue:work --queue notifications --tries=3 --timeout=3750 "]
66
66
environment :
67
67
WWWUSER : ' ${WWWUSER}'
68
68
LARAVEL_SAIL : 1
You can’t perform that action at this time.
0 commit comments