pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.69k stars 1.7k forks source link

Schledules are stuck on processing and dont work #3952

Closed kFxDaKing closed 2 years ago

kFxDaKing commented 2 years ago

Current Behavior

My schedules are stuck on processing, they got stuck propably after some update, cant remember exact date.

Expected Behavior

Make them working again.

Steps to Reproduce

Create any task, for example restart task for minecraft server.

Panel Version

1.7.0

Wings Version

1.6.0

Games and/or Eggs Affected

every

Docker Image

every

Error Logs

https://ptero.co/rocanynoba

Somehow logs stopped working too, last log i have is from 2022-02-09
root@node1 /etc/pterodactyl # tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc bin.ptdl.co 99
tail: cannot open '/var/www/pterodactyl/storage/logs/laravel-2022-02-09.log' for reading: No such file or directory

This is the last log i got, its from 2022-02-07 (but everything works, wings is okay, ports are opened, just schedules are stuck)
https://pteropaste.com/a7d806

Is there an existing issue for this?

Jelcoo commented 2 years ago

Please restart your queue driver (systemctl restart pteroq)

kFxDaKing commented 2 years ago

Thank you it worked.