swoole-jobs icon indicating copy to clipboard operation
swoole-jobs copied to clipboard

JobObject的一点建议

Open ahhxyz opened this issue 4 years ago • 1 comments

希望能使用如下的方式的push一个job:

$queue->push(new \Kcloze\Jobs\Jobs\MyJob(['method' => 'test1', 'params' => ['kcloze', time()]]));

这样的话,JobObject类就需要进行调整,具体业务的job类比如MyJob类则需要继承JobObject。

ahhxyz avatar Aug 21 '19 09:08 ahhxyz

@sunbay 我实现了一个 https://github.com/Littlesqx/aint-queue

Littlesqx avatar Jan 09 '20 01:01 Littlesqx