We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c181fd commit 87aab1bCopy full SHA for 87aab1b
README.md
@@ -8,10 +8,9 @@ dotnet add package Core.TaskProcessor
8
# .NET Background Task Processing Engine
9
*Hangfire Pro Redis* except:
10
- open source (Apache 2.0)
11
-- exclusive redis/elasticache 6.2+ storage engine (cluster mode supported)
+- exclusive redis/valkey/elasticache 6.2+ storage engine (cluster mode supported)
12
- multi tenancy
13
- global pause and resume of all processing
14
-- every (non-recurring) task belongs to a batch
15
- batch cancelation can abort in process tasks "instantly"
16
- easy to access batch statistics per tenant
17
- async extension points with access to batch information
0 commit comments