mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #253] [MERGED] Add artisan command to create queue worker service #658
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/253
Author: @Boy132
Created: 5/18/2024
Status: ✅ Merged
Merged: 5/18/2024
Merged by: @iamkubi
Base:
main← Head:setup/create-queue-service-command📝 Commits (5)
003d9a5add command to create queue worker service file360ef32remove comments from service file that are no longer needed9254ee7only create queue worker service file if queue driver is not "sync"3c0e09amake "database" the recommended queue driver, again5bfda0cMerge branch 'pelican-dev:main' into setup/create-queue-service-command📊 Changes
2 files changed (+91 additions, -14 deletions)
View changed files
📝
app/Console/Commands/Environment/AppSettingsCommand.php(+15 -14)➕
app/Console/Commands/Environment/QueueWorkerServiceCommand.php(+76 -0)📄 Description
php artisan p:environment:queue-servicecreates the service file for the queue worker and enables the service.This command is also called during the setup command.
Also sets the recommended queue driver to
databaseagain.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.