mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #326] [MERGED] Another call fix in AppSettingsCommand #693
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/326
Author: @Boy132
Created: 6/4/2024
Status: ✅ Merged
Merged: 6/5/2024
Merged by: @lancepioch
Base:
main← Head:fix/artisan-queue-again📝 Commits (4)
cff54f1show output when runningp:environment:queue-serviced81c9faimprove prompts0728266restart queue service if service already existsbb03dddlisten on all queues📊 Changes
2 files changed (+25 additions, -13 deletions)
View changed files
📝
app/Console/Commands/Environment/AppSettingsCommand.php(+1 -1)📝
app/Console/Commands/Environment/QueueWorkerServiceCommand.php(+24 -12)📄 Description
Artisan::calldoesn't actually display the output of the called command. Using$this->callfixes that.I also added more context to the prompts in
QueueWorkerServiceCommand.phpto make the fields clearer and the service is now restarting automatically if it already exists.This is the last fix regarding
callI swear...🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.