Cronjob warnings

 

Hello everyone,

I have a question if the cronjobs are executed with these warnings.

 

  1. are there any problems here? There are no problems with the WebCron.

  2. I always have problems with cancelled pireps these are not deleted (at least not overnight)

  3. the statistics are only updated once a night? I would like to update them more often, is that possible?

 

Thanks & Greetings Thomas

 

WebCron: 

Geplante Aufgabe ausführen Die Aufgabe "https://german-sky-group.com/api/cron/XXXXXXXXXX31A" wurde erfolgreich in 5 Sekunden abgeschlossen Url 'https://german-sky-group.com/api/cron/XXXXXXXXXXXXX31A' fetched Status: 200 Output: {"count":1,"tasks":["cron:queue"]}

 

Cron:

Geplante Aufgabe ausführen Die Aufgabe "httpdocs/phpvms/bin/cron" wurde erfolgreich in 6 Sekunden abgeschlossen 7.0.3+250204.05d731 \<warning\>Creation of dynamic property Illuminate\Queue\WorkerOptions::$jobs is deprecated in /var/www/vhosts/german-sky-group.com/httpdocs/phpvms/vendor/queueworker/sansdaemon/src/Console/WorkCommand.php on line 65\</warning\> \<warning\>Creation of dynamic property Illuminate\Queue\WorkerOptions::$maxExecutionTime is deprecated in /var/www/vhosts/german-sky-group.com/httpdocs/phpvms/vendor/queueworker/sansdaemon/src/Console/WorkCommand.php on line 66\</warning\> {"count":1,"tasks"...

 

No, those are all just warnings and may get removed in further versions of php/laravel.

1 Like
  1. Cancelled Pireps: They need the “hourly cron” tasks to be deleted, not nightly. If it is not working then there is something more wrong in your install.

 

  1. Statistics: This is an addon question, depends on the stats, some are updated (cached to be more precise) 6 hours. For Disposable addons, no I do not plan to change the cache logic, 6 hours personal stat cache is fine and a good balance for server performance. There were some discussions between users about how to reduce the cache or disable it, you can search (phpvms discord) for them and use offered solutions.

 

Good luck