Hello,
I'm trying to find a way to run the "Process Webhook Queue" cronjob every second, or at least something in the range of seconds. I know for a fact that the crontab minimum timer is every minute and I will probably need another way to schedule this with a custom timer.
I found the job file inside "application/Espo/Classes/Jobs/ProcessWebhookQueue.php", but when executed resulted in "PHP Fatal error: Uncaught Error: Interface 'Espo\Core\Job\JobDataLess' not found"
Am I missing something or is there a natively supported way to do this?
Espo version 7.0.8
I'm trying to find a way to run the "Process Webhook Queue" cronjob every second, or at least something in the range of seconds. I know for a fact that the crontab minimum timer is every minute and I will probably need another way to schedule this with a custom timer.
I found the job file inside "application/Espo/Classes/Jobs/ProcessWebhookQueue.php", but when executed resulted in "PHP Fatal error: Uncaught Error: Interface 'Espo\Core\Job\JobDataLess' not found"
Am I missing something or is there a natively supported way to do this?
Espo version 7.0.8
Comment