Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 403b29c

Browse files
authored
Make the queue worker work (#128)
1 parent 0450e7a commit 403b29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • resources/js/electron-plugin/src/server

resources/js/electron-plugin/src/server/php.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function startQueueWorker(secret, apiPort, phpIniSettings = {}) {
135135
env
136136
};
137137

138-
return callPhp(['artisan', 'queue:work'], phpOptions, phpIniSettings);
138+
return callPhp(['artisan', 'queue:work', '-q'], phpOptions, phpIniSettings);
139139
}
140140

141141
function startScheduler(secret, apiPort, phpIniSettings = {}) {

0 commit comments

Comments
 (0)