CrestApps.Queues
1.0.0
See the version list below for details.
dotnet add package CrestApps.Queues --version 1.0.0
NuGet\Install-Package CrestApps.Queues -Version 1.0.0
<PackageReference Include="CrestApps.Queues" Version="1.0.0" />
paket add CrestApps.Queues --version 1.0.0
#r "nuget: CrestApps.Queues, 1.0.0"
// Install CrestApps.Queues as a Cake Addin #addin nuget:?package=CrestApps.Queues&version=1.0.0 // Install CrestApps.Queues as a Cake Tool #tool nuget:?package=CrestApps.Queues&version=1.0.0
Queues
This module offers essential services for queuing elements and processing them in the background. It proves particularly useful when there is a need to queue tasks such as notifications or emails for background processing.
Since this module focuses solely on providing core services, it is marked with the EnabledByDependencyOnly
flag, making it available on demand.
To utilize this module, you can create an OrchardCore module and add a dependency on CrestApps.Queues
feature. Additionally, to handle your queue items, you need to implement the IQueueElementProcessor
, which is responsible for processing the queued elements.
For queuing elements, utilize the IQueueStore
interface.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- CrestApps.Queues.Core (>= 1.0.0)
- ncrontab (>= 3.3.1)
- OrchardCore.ContentManagement (>= 1.7.0-preview-17499)
- OrchardCore.ContentTypes.Abstractions (>= 1.7.0-preview-17499)
- OrchardCore.DisplayManagement (>= 1.7.0-preview-17499)
- OrchardCore.Module.Targets (>= 1.7.0-preview-17499)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.10.0-preview-0023 | 510 | 9/9/2024 |
1.10.0-preview-0022 | 138 | 8/26/2024 |
1.10.0-preview-0021 | 82 | 8/26/2024 |
1.10.0-preview-0020 | 123 | 8/7/2024 |
1.10.0-preview-0007 | 114 | 7/22/2024 |
1.10.0-preview-0006 | 147 | 6/10/2024 |
1.10.0-preview-0005 | 113 | 6/6/2024 |
1.10.0-preview-0004 | 98 | 6/5/2024 |
1.10.0-preview-0003 | 217 | 5/7/2024 |
1.10.0-preview-0002 | 145 | 3/8/2024 |
1.10.0-preview-0001 | 99 | 3/7/2024 |
1.9.0 | 521 | 1/17/2024 |
1.1.0 | 122 | 1/17/2024 |
1.0.8 | 378 | 9/19/2023 |
1.0.7 | 296 | 8/16/2023 |
1.0.6 | 181 | 8/14/2023 |
1.0.5 | 192 | 8/4/2023 |
1.0.4 | 192 | 8/1/2023 |
1.0.3 | 165 | 8/1/2023 |
1.0.2 | 151 | 8/1/2023 |
1.0.1 | 236 | 7/12/2023 |
1.0.0 | 186 | 7/12/2023 |