Top 20 NuGet Packages depending on AJP.ElasticBand

Total dependencies: 2

An implenetation of IScheduledTaskRepository that uses the ElasticBand project to store tasks in Elasticsearch.
A Simple Scheduler, with task execution queue built on TPL DataFlow. Schedules described by simple strings "now", "at|2020-01-27T09:00:00", "after|4hh", "every|10mm|x5" Or using fluent interface _taskBuilderFactory.BuildTask().Run("some task").At(DateTime.Now.AddSeconds(20)); The task to be performe...