Laters 1.0.0-preview1

This is a prerelease version of Laters.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Laters --version 1.0.0-preview1
NuGet\Install-Package Laters -Version 1.0.0-preview1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Laters" Version="1.0.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Laters --version 1.0.0-preview1
#r "nuget: Laters, 1.0.0-preview1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Laters as a Cake Addin
#addin nuget:?package=Laters&version=1.0.0-preview1&prerelease

// Install Laters as a Cake Tool
#tool nuget:?package=Laters&version=1.0.0-preview1&prerelease

laters - PREVIEW

Need to delay a task for later?

Try laters, its a simple library for delaying tasks and re-occouring tasks..

Scheduling types

  • fire and forget - fire a task to be run in the background, only once execution
  • delayed - delay a task for a set time, only once execution
  • Recurring - have a task execute many times on a cron timer

Features

  • Persistance - PostgreSql with Marten out of the box, and you can easily hand role your own
  • Transactions - and all or nothing support based off your persistance frameworks features
  • Distributed - you can have many workers to process tasks at scale (we make use of your existing loadbalancing)
  • Extensible - you can intercept processing of tasks and apply extra logic or cancle the task
  • Transparent - use of opentelemetry out of the box
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Laters:

Package Downloads
Laters.Data.Marten

schedule jobs to happen later!

Laters.Data.EntityFrameworkCore

schedule jobs to happen later!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 95 5/10/2024
1.0.4 91 5/10/2024
1.0.4-dependabot-nuge-0001 80 5/10/2024
1.0.3 85 5/10/2024
1.0.3-otel0012 78 5/10/2024
1.0.3-otel0011 70 4/15/2024
1.0.3-otel0008 64 4/1/2024
1.0.3-otel0007 74 3/28/2024
1.0.3-otel0005 68 3/27/2024
1.0.3-otel0004 70 3/27/2024
1.0.3-dependabot-nuge-0001 60 4/12/2024
1.0.3-dependabot-npm--0001 69 4/3/2024
1.0.2 105 3/23/2024
1.0.2-ef-txn0007 80 3/23/2024
1.0.2-ef-txn0006 79 3/23/2024
1.0.2-ef-txn0005 78 3/23/2024
1.0.2-ef-txn0002 73 3/23/2024
1.0.2-ef-txn0001 79 3/23/2024
1.0.1 99 3/22/2024
1.0.0-preview2 86 3/16/2024
1.0.0-preview1 81 3/13/2024
0.1.0 103 3/21/2024

PREVIEW