I could not find a mailing list for schwartz.<br>If there is some other mailing list I should be using, I would really appreciate if you can point me to it.<br><br><br>I want to process recurring jobs using schwartz. Basically after processing the job, I know when to schedule the next run?
<br>How do I do that?(replace_with does not work if I use the same uniqkey).<br><br>Doing the following in MyWorker::work() seems to work, but does not look like the right thing to do.<br><br>job-&gt;grabbed_until(0); $job-run_after($new_time_for_job); $job-&gt;did_something(1); 
<br><br><br>Thanx,<br>HB<br><br>