We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519b8e8 commit 19a6f05Copy full SHA for 19a6f05
.platform.app.yaml
@@ -102,10 +102,14 @@ workers:
102
# and get restarted automatically.
103
start: |
104
php artisan queue:work --max-time=3600
105
+ # set the worker's disk to the minimum amount
106
+ disk: 256
107
scheduler:
108
size: S
109
commands:
110
start: php artisan schedule:work
111
112
113
114
115
0 commit comments