Schedule a job in Gearman for a specific date and time

后端 未结 3 692
有刺的猬
有刺的猬 2020-12-15 12:50

From what I can see Gearman does not support scheduled jobs or delayed jobs. I was thinking that perhaps the scheduled job could be queued in at first and then

3条回答
  •  不知归路
    2020-12-15 13:40

    If you are using Zend...

    SlmQueue is a job queue abstraction layer. It allows you to easily use job queue systems in a Zend Framework 2 application. Thereby it does not enforce you to specifically use one type of job queue. You can write your code and jobs independent of the underlying system. This enables great flexibility and decoupling of the systems.

    https://github.com/juriansluiman/SlmQueue

提交回复
热议问题