[PR #253] [MERGED] Add artisan command to create queue worker service #658

Closed
opened 2026-02-04 18:40:41 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: setup/create-queue-service-command


📝 Commits (5)

  • 003d9a5 add command to create queue worker service file
  • 360ef32 remove comments from service file that are no longer needed
  • 9254ee7 only create queue worker service file if queue driver is not "sync"
  • 3c0e09a make "database" the recommended queue driver, again
  • 5bfda0c Merge 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-service creates 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 database again.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/253 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/18/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@iamkubi](https://github.com/iamkubi) **Base:** `main` ← **Head:** `setup/create-queue-service-command` --- ### 📝 Commits (5) - [`003d9a5`](https://github.com/pelican-dev/panel/commit/003d9a5976e8028d39a2083ef1d0e731873d491a) add command to create queue worker service file - [`360ef32`](https://github.com/pelican-dev/panel/commit/360ef32be12d2fe9b9ddff29c3b04093b33ae2eb) remove comments from service file that are no longer needed - [`9254ee7`](https://github.com/pelican-dev/panel/commit/9254ee778bacc56096ff6be2ccdf578442723157) only create queue worker service file if queue driver is not "sync" - [`3c0e09a`](https://github.com/pelican-dev/panel/commit/3c0e09ae1920a18e872a50914cbec8bd9a355f29) make "database" the recommended queue driver, again - [`5bfda0c`](https://github.com/pelican-dev/panel/commit/5bfda0cd1a6d03fd661f7f44ab263c8ca5224f8b) Merge branch 'pelican-dev:main' into setup/create-queue-service-command ### 📊 Changes **2 files changed** (+91 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Environment/AppSettingsCommand.php` (+15 -14) ➕ `app/Console/Commands/Environment/QueueWorkerServiceCommand.php` (+76 -0) </details> ### 📄 Description `php artisan p:environment:queue-service` creates 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 `database` again. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:40:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#658