문제

Anybody have experience or thoughts on a scheduler to couple with a persistent Gearman queue?

Obviously there's crontab available, but i'd like some more functionality. We're looking at Java Quartz.

Please weigh in if you've done this before in any capacity!

도움이 되었습니까?

해결책

While quartz is quite capable of handling this, it is a pretty large package so you might want to get started a bit lighter at least at first. I have been exploring using either cron or at for scheduling and I'm leaning toward "at". I've never found a Unix-like os that didn't have at.

다른 팁

I'm using the MySQL Event Scheduler. Full timezone support, etc. Gearman has MySQL UDF's you can use.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top