later

A distributed background job manager and runner for Rust. This is currently in PoC stage.

Set up

Look at the documentations for details. In general the one time setup involves:

Features

Fire and forget jobs

Fire and forget jobs are executed only once and executed by an available worker almost immediately.

Continuations

One or many jobs are chained together to create an workflow. Child jobs are executed only when parent job has been finished.

Delayed jobs

Just like fire and forget jobs that starts after a certain interval.

Recurring jobs

(wip)

Run recurring jobs based on cron schedule. * To fix: to delete recurring job.

Project status

This is PoC at this moment. Upcoming features are