LordSimal / cakephp-scheduler

CakePHP scheduler plugin
MIT License
6 stars 2 forks source link

#13 add callable support #15

Closed LordSimal closed 6 days ago

LordSimal commented 6 days ago

Fixes #13

@crhdev I think this approach is a bit more backwards compatible.

Your proposed change in https://github.com/crhdev/cakephp-scheduler/commit/83b584123a7cd5412eb47060671180028aeb2278 changed a bit too much for my likeing.

My approach creates an anomyous command which can't be executed via bin/cake but still fits into how the rest of the scheduler system works.

crhdev commented 6 days ago

Yes, this approach is ok for me.

LordSimal commented 6 days ago

After CakePHP 5.1 is released I'm going to do a 1.1 release for this plugin

LordSimal commented 4 days ago

@crhdev see https://github.com/LordSimal/cakephp-scheduler/releases/tag/1.1.0