Queue service fails after several hours #337

Closed
opened 2026-02-05 17:27:10 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @untuned on GitHub (May 15, 2025).

Current Behavior

The queue worker pelican-queue.service will fail after several hours with exit code 12.

Expected Behavior

The queue worker should run constantly without erroring out and exiting.

Steps to Reproduce

Running on Ubuntu 24.04, I have a Minecraft Forge server running with a daily schedule starting at 5:30 AM EST/EDT that gives a countdown then restarts the server.

Panel Version

1.0.0-beta21

Wings Version

1.0.0-beta13

Games and/or Eggs Affected

N/A

Docker Image

N/A

Error Logs

Wings: https://paste.pelistuff.com/zxGC

No panel logs, the file doesn't exist. Yes the directory is correct.

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @untuned on GitHub (May 15, 2025). ### Current Behavior The queue worker `pelican-queue.service` will fail after several hours with exit code 12. ![](https://untnd.me/uLsAHIqCb) ### Expected Behavior The queue worker should run constantly without erroring out and exiting. ### Steps to Reproduce Running on Ubuntu 24.04, I have a Minecraft Forge server running with a daily schedule starting at 5:30 AM EST/EDT that gives a countdown then restarts the server. ![](https://untnd.me/jCKvL6RqI) ### Panel Version 1.0.0-beta21 ### Wings Version 1.0.0-beta13 ### Games and/or Eggs Affected N/A ### Docker Image N/A ### Error Logs ```bash Wings: https://paste.pelistuff.com/zxGC No panel logs, the file doesn't exist. Yes the directory is correct. ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@untuned commented on GitHub (May 15, 2025):

The service starts at completing around 30ms, but slowly grows over time.

4 hours later...

@untuned commented on GitHub (May 15, 2025): The service starts at completing around 30ms, but slowly grows over time. ![](https://untnd.me/MuzWdQUp6) 4 hours later... ![](https://untnd.me/SCBe-S1IO)
Author
Owner

@untuned commented on GitHub (May 20, 2025):

Through some discussion in the Discord server, it appears commenting this line out resolves the issue:
258c97bf14/app/Console/Kernel.php (L47)

@untuned commented on GitHub (May 20, 2025): Through some discussion in the Discord server, it appears commenting this line out resolves the issue: https://github.com/pelican-dev/panel/blob/258c97bf1431701dcff2106e5f5e2e8a8b5a4bd2/app/Console/Kernel.php#L47
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#337