Skip to content

Commit 19a6f05

Browse files
committed
add disk property to each worker
1 parent 519b8e8 commit 19a6f05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .platform.app.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,14 @@ workers:
102102
# and get restarted automatically.
103103
start: |
104104
php artisan queue:work --max-time=3600
105+
# set the worker's disk to the minimum amount
106+
disk: 256
105107
scheduler:
106108
size: S
107109
commands:
108110
start: php artisan schedule:work
111+
# set the worker's disk to the minimum amount
112+
disk: 256
109113

110114

111115

0 commit comments

Comments
 (0)