Hello. I am attempting to set up webhooks for cron to run backups. I have webhooks enabled and set up (I believe), but when I access the Scheduler panel, I see the following message, and I assume things are not working. I've tried searching for answers, but I can't seem to figure this one out.
in my case the warning disappeared once added crontab line.
if you are planning to use webhook only and its working, then ignore it i suppose.
snippet from my admin scheduler page
TXT
To enable the Scheduler's functionality, you must add the Grav Scheduler to your system's crontab file for the www-data user. Run the command above from the terminal to add it automatically. Once saved, refresh this page to see the status.
Alternatively, install the scheduler-webhook plugin to use webhook-based cron firing, which is recommended for cloud environments where system crontab access is not available
AFAIK, grav scheduler script checks for local user crontab to see if cron jobs is running or not.
Thank you for the information. I was trying to set this up with webhooks alone, but I am completely lost on how to make it work. I will just set up cron and keep my life simple :)