hello everyone,
I have created a cron jobs in a custom extension
custom\Espo\Modules\NameEstension\Jobs\JobCustom.p hp
custom\Espo\Modules\NameEstension\Resources\Jobs\J obs.json.
{
"nomeJob": {
"name": "desrrizione",
"jobClassName": "Espo\\Modules\\NomeModulo\\Jobs\\CustomJob"
}
}
If I execute it manually it works, while if I set it from the administration panel it does not.
I have created a cron jobs in a custom extension
custom\Espo\Modules\NameEstension\Jobs\JobCustom.p hp
custom\Espo\Modules\NameEstension\Resources\Jobs\J obs.json.
{
"nomeJob": {
"name": "desrrizione",
"jobClassName": "Espo\\Modules\\NomeModulo\\Jobs\\CustomJob"
}
}
If I execute it manually it works, while if I set it from the administration panel it does not.
Comment