Gearman ile İş Kuyruğu Postpone

0 Cevap php

I want to extract some of the time consuming things into a queue. For this I found Gearman to be the most used but don't know if it is the right thing for me. One of the tasks we want to do is queue sending emails and want to provide the feature to be able to cancel to send the mail for 1 minute. So it should not work on the job right away but execute it at now + 1 minute. That way I can cancel the job before that and it never gets sent.

Bunu yapmak için bir yolu var mı?

Bu debian üzerinde çalışacaktır. Ve php itibaren kullanılabilir olmalıdır. Ben buldum tek şey şimdiye kadar Schedule a job in Gearman for a specific date and time ama bu yaygın bir şey değil çalışır: (

0 Cevap