Closed max8hine closed 11 months ago
👋 Team, the plugin is awesome, even I haven't got it working in my project.
I Could not really grasp of Step-4 of installation How to set up a corn entry?
Set up a CRON entry to hit the console command every minute:
My goal is
Is below code is to schedule a job via The internal API
use supercool\scheduler\Scheduler; Scheduler::$plugin->jobs->addJob('my-job-type-name', '* * * * *')
How should I connect the job's task with my console command? php craft shopify/cron/sync
php craft shopify/cron/sync
Don't know how to connect them together.😿
Hope my question makes sense here, I am new to Craft also.
👋 Team, the plugin is awesome, even I haven't got it working in my project.
I Could not really grasp of Step-4 of installation How to set up a corn entry?
My goal is
Is below code is to schedule a job via The internal API
How should I connect the job's task with my console command?
php craft shopify/cron/sync
Don't know how to connect them together.😿
Hope my question makes sense here, I am new to Craft also.