mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
Schedulers stuck on processing #325
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 @Bufferless on GitHub (May 1, 2025).
Current Behavior
I'm using the latest versions of Pelican (v1.0.0-beta19) and Wings (v1.0.0-beta11). This issue has not received any responses on Discord, but it's critical for users who rely on schedulers for automation and task management. I've seen other people in the Discord have the same issue with no way to resolve
Expected Behavior
The scheduler should run its task then repeat.
Steps to Reproduce
Create a scheduler,
Create a Task
Wait for the task to run
Check on if its still processing.
Panel Version
v1.0.0-beta19
Wings Version
v1.0.0-beta11
Games and/or Eggs Affected
Minecraft and other Eggs
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (May 1, 2025):
Hey make sure your cronjob & pelican-queue service are setup as following:
Make sure www-data is your webserver user and that
/var/www/pelicanmatches your install path.Also check that www-data is the only user that has the job and its only present once.
For the service you can check using
Even if you already have the service go though the process again and overwrite it, it could be out of date.
Which kind of tasks are you trying to run ? (power, command, backup), If its backup which is your driver ? (wings, S3)
Please provide logs when you report an issue even if you don't think those are relevant.
@Bufferless commented on GitHub (May 1, 2025):
Thank you, I've seem to have gotten it working by creating the pelican-queue as it was not existing.