Gofer.NET: Easy distributed tasks/jobs for .NET Core

Documentation
Read the Docs
What is this?
This is a distributed job runner for .NET Standard 2.0 Applications.
Inspired by Celery for Python, it allows you to quickly queue code execution on a worker pool.
-
Use natural expression syntax to queue jobs for execution.
-
Queued jobs are persisted, and automatically run by the first available worker.
-
Scale your worker pool by simply adding new nodes.
-
Backed by Redis, all tasks are persistent.
Getting Started
Install the dotnet cli.
We recommend using the dotnet cli to get started, but it's not a necessity.