gearman / gearmand

http://gearman.org/
Other
737 stars 138 forks source link

Can I use gearman to schedule a job in the future , upto 24 hrs #367

Closed ramprasadp closed 1 year ago

SpamapS commented 1 year ago

Hi thanks for your question. You may get more engagement on questions in the gearman Google Group. SUBMIT_JOB_SCHED is in the protocol but not implemented. It's aalso just a really bad idea. Gearman does have stateful queues but they don't perform well and are really just a bolt-on. Use a proper stateful scheduler for things that need to be remembered.