mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Queue service fails after several hours #337
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?
Originally created by @untuned on GitHub (May 15, 2025).
Current Behavior
The queue worker
pelican-queue.servicewill 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
Is there an existing issue for this?
@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 20, 2025):
Through some discussion in the Discord server, it appears commenting this line out resolves the issue:
258c97bf14/app/Console/Kernel.php (L47)