A2v10.Scheduling
10.1.8665
dotnet add package A2v10.Scheduling --version 10.1.8665
NuGet\Install-Package A2v10.Scheduling -Version 10.1.8665
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="A2v10.Scheduling" Version="10.1.8665" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="A2v10.Scheduling" Version="10.1.8665" />
<PackageReference Include="A2v10.Scheduling" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add A2v10.Scheduling --version 10.1.8665
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: A2v10.Scheduling, 10.1.8665"
#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.
#:package A2v10.Scheduling@10.1.8665
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=A2v10.Scheduling&version=10.1.8665
#tool nuget:?package=A2v10.Scheduling&version=10.1.8665
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
About
A2v10.Scheduling is a basic job scheduling system for the A2v10 platform applications.
How to use
services.UseScheduling(Configuration, factory =>
{
// job handlers
factory.RegisterJobHandler<T>("HandlerName");
// or (the name will be equal typeof(T).FullName)
factory.RegisterJobHandler<T>();
// commands
factory.RegisterCommand<T>("CommandName");
});
appsettings.json section
"Scheduler": {
"Jobs": [
{
"Id": "JobId",
"Handler": "HandlerName",
"Cron": "0 * * ? * *",
"DataSource": "ConnectionStringName",
"Procedure": "dbo.[Sql_procedure]",
"Parameters": {
...
}
},
]
}
"Id", "Handler", and "Cron" are required. Rest parameters depend on the handler type.
Hanlder types in this package
- A2v10.Scheduling.ExecuteSqlJobHandler - executes a stored procedure
- A2v10.Scheduling.ProcessCommandsJobHandler - processes the command queue.
Parameters.Limit- max commands per run (default 10)
See also
Related Packages
If your site is hosted using IIS
Make sure the site is always running.
- Application Pool | Advanced Settings ⇒ Start Mode = AlwaysRunning, Idle Time-out Action = Suspend
- Site | Advanced Settings ⇒ Preload Enabled = True
Feedback
A2v10.Scheduling is released as open source under the Apache-2.0 license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- A2v10.Data.Interfaces (>= 10.1.7610)
- A2v10.Scheduling.Infrastructure (>= 10.1.8630)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Quartz.AspNetCore (>= 3.22.0)
-
net8.0
- A2v10.Data.Interfaces (>= 10.1.7610)
- A2v10.Scheduling.Infrastructure (>= 10.1.8630)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Quartz.AspNetCore (>= 3.22.0)
-
net9.0
- A2v10.Data.Interfaces (>= 10.1.7610)
- A2v10.Scheduling.Infrastructure (>= 10.1.8630)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Quartz.AspNetCore (>= 3.22.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on A2v10.Scheduling:
| Package | Downloads |
|---|---|
|
A2v10.Module.Workflow
A2v10 Platform Application Workflow UI |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.8665 | 45 | 9/22/2026 |
| 10.1.8663 | 121 | 9/20/2026 |
| 10.1.8662 | 85 | 9/18/2026 |
| 10.1.8653 | 139 | 9/13/2026 |
| 10.1.8650 | 278 | 8/18/2026 |
| 10.1.8647 | 290 | 7/15/2026 |
| 10.1.8644 | 209 | 7/12/2026 |
| 10.1.8642 | 250 | 6/27/2026 |
| 10.1.8641 | 246 | 6/10/2026 |
| 10.1.8639 | 130 | 6/7/2026 |
| 10.1.8637 | 314 | 5/8/2026 |
| 10.1.8636 | 145 | 4/24/2026 |
| 10.1.8634 | 139 | 4/21/2026 |
| 10.1.8633 | 246 | 4/10/2026 |
| 10.1.8630 | 290 | 3/24/2026 |
| 10.1.8625 | 220 | 3/8/2026 |
| 10.1.8624 | 157 | 3/4/2026 |
| 10.1.8622 | 202 | 2/24/2026 |
| 10.1.8620 | 432 | 1/17/2026 |
| 10.1.8601 | 421 | 12/26/2025 |
Loading failed