Code:
class YourJobName extends \Espo\Core\Jobs\Base
Code:
use Espo\Core\Jobs\Job; class YourJobName implements Job
I can run the job on the CLI, and I can add it to the Scheduled Jobs in the GUI (I set the schedule as */1 * * * * to run every minute) but when it runs through the Cron manager it gives the error from InjectableFactory that I posted above.
[Note that I want it to be Active so that it will run automatically by cron.]
Leave a comment: