What's the equivalent of Python's Celery p

2020-02-16 08:21发布

I am trying to find an equivalent of Celery project for Java environment, I have looked at Spring Batch, but are there any better alternatives for distributed task queues.

Thanks.

8条回答
放荡不羁爱自由
2楼-- · 2020-02-16 08:55
Bombasti
3楼-- · 2020-02-16 09:08

Jesque (https://github.com/gresrun/jesque) is a Java distributed task queue library. It is a Java port of the Resque library (https://github.com/defunkt/resque), which is described like this on its GitHub page:

Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later."

查看更多
登录 后发表回答