Introduction
Simple, efficient background processing for Java. It's a doddle.
Doddle is a work in progress and there is likely to be quite a few bugs and outdated documentation. Use at your own risk.
Doddle is a background job system designed to make scheduling jobs in Java as simple as possible without being tied to a particular framework or storage provider.
Out of the box, Doddle comes with the following features:
A web dashboard for monitoring jobs
Enqueue immediately or in the future jobs
Queues with a given priority
Scheduled jobs, otherwise known as, CRON jobs.
Encryption of job arguments
Retry and back-off strategies
REST API to fetch information about jobs
And much more!
Last updated
Was this helpful?