Closed jpleasants closed 9 months ago
Confirmed by restarting the container and leaving/re-joining Palworld server. View did not update that player was online and log did not update with join/leave messages. Waited a couple minutes to confirm.
Ran php artisan short-schedule:run &
and view immediately began updating
Needs a rebuild of the docker image
Appearantly due to the argument --lifetime=60
which is configured for the container on the scheduler, it stops after some restarts.
Either needs infinite restarts or removal of the lifetime
Fixed with the newest update of the docker container
My view stopped updating shortly after starting unless I executed
php artisan short-schedule:run &
Manual browser refresh also showed no new updates