[PR #596] [MERGED] Remove old queue worker args in docker supervisord #850

Closed
opened 2026-02-05 17:56:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/596
Author: @Boy132
Created: 9/30/2024
Status: Merged
Merged: 9/30/2024
Merged by: @Boy132

Base: mainHead: fix/docker-queue-worker-args


📝 Commits (1)

  • 8228edc remove old queue worker args

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 .github/docker/supervisord.conf (+2 -2)

📄 Description

We only use the default queue instead of high, standard and low. Also we no longer use --sleep=3 to allow task delays < 3 seconds.

ref https://github.com/pelican-dev/panel/blob/main/app/Console/Commands/Environment/QueueWorkerServiceCommand.php#L50


🔄 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/596 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/30/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/docker-queue-worker-args` --- ### 📝 Commits (1) - [`8228edc`](https://github.com/pelican-dev/panel/commit/8228edc40c39efdec0ea22039cc184d39c0245a6) remove old queue worker args ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/docker/supervisord.conf` (+2 -2) </details> ### 📄 Description We only use the `default` queue instead of high, standard and low. Also we no longer use `--sleep=3` to allow task delays < 3 seconds. ref https://github.com/pelican-dev/panel/blob/main/app/Console/Commands/Environment/QueueWorkerServiceCommand.php#L50 --- <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-05 17:56:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#850