Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Drafting initial goals #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# work.horse
# workhorse

## Project Goals

Celery replacement with the following key points

* Simple to use and reason about
* Minimal feature set, minimal magic
* Only supports rabbitmq as broker
* Default settings are geared toward safe task execution (at least once semantics)
* Built-in simple monitoring (available through CLI and code API)

## Stretch goals

* `not_before` functionality: Schedule a task to run no sooner than a specific time.