Gofer.NET icon indicating copy to clipboard operation
Gofer.NET copied to clipboard

Easy C# API for Distributed Background Tasks/Jobs for .NET Core.

Results 20 Gofer.NET issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi, I want to use this lib for my project in production environment but i have a few question - Do you have any plan for the dashboard feature? -...

https://github.com/brthor/Gofer.NET/blob/08a8bbd21f72776a5bd170aa0cd78340e2b8b3a5/Gofer.NET.Utils/ActionExtensionMethods.cs#L31 Since `ToTaskInfo(this Expression)` is available, why not add `TaskQueue.Enqueue(Expression)`? It's helpful to suppress warning CS4014 with async function. > CS4014: Because this call is not awaited, execution of the...

Allow users to specify a polling delay (defaults to 100ms)

With just a few task clients it's no big deal, but with a very large number of TaskClient's running, the CPU hit on Redis of all the clients checking for...

I've been using the library as a distributed job processor across over a dozen VM's, but scaling has not been the best experience. Right now I have a Linux VM...

This isn't meant to be a real PR at this point, more a convenient DIFF for conversation on the ticket.

Hello! I just wanted to ask whether its possible to add priority to tasks. Simply adding a task to the start of the Queue (or close to it) would also...

This PR 1. Adds cancellation token support for TaskClient Listen()/Start() methods. 2. Adds cancellation support for enqueued tasks. * I've added JsonSkipCancellationTokenConverter to ensure same logic will be applied even...