EaCloud.Hangfire 6.0.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package EaCloud.Hangfire --version 6.0.0.9
NuGet\Install-Package EaCloud.Hangfire -Version 6.0.0.9
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="EaCloud.Hangfire" Version="6.0.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EaCloud.Hangfire --version 6.0.0.9
#r "nuget: EaCloud.Hangfire, 6.0.0.9"
#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 EaCloud.Hangfire as a Cake Addin
#addin nuget:?package=EaCloud.Hangfire&version=6.0.0.9

// Install EaCloud.Hangfire as a Cake Tool
#tool nuget:?package=EaCloud.Hangfire&version=6.0.0.9

EaCloud Hangfire 后台任务组件

说明

EaCloud Hangfire 后台任务组件,封装基于 Hangfire 后台任务的服务端实现。

用法

可按照如下配置方式使用:

  1. 通过nuget引用 EaCloud.Hangfire 程序集

Install-Package EaCloud.Hangfire 2. 在 appsettings.json 中添加如下配置节点

{
   "Hangfire": {
     "ServerName": "EaCloudHangfire", //服务器名称
     "WorkerCount": 20, //并发任务数  --超出并发数。将等待之前任务的完成  (推荐并发线程是cpu 的 5倍)
     "StorageType": "Sqlserver", //存储类型:"Sqlserver"、"PostgreSql"、"SQLite"、"MySql"、"Oracle"、"Mongo"、"Redis"、"Memory"
     //存储连接字符串:指定的数据库名必须已经存在,可以手动创建空数据库或者使用当前数据库
     "StorageConnectionString": "Data Source=127.0.0.1;Initial Catalog=EaCloudDEV.Hangfire;User ID=sa;Password=p@ssw0rd;Pooling=true;Min Pool Size=1;Max Pool Size=60;Integrated Security=false;Connect Timeout=60;Application Name=EaCloud",
     "DashboardUrl": "/hangfire", //仪表盘URL路径
     "AuthorizationType": "Basic", //授权访问类型:"Anonymous"、"Basic"
     //Hangfire基本身份验证的选项,当 AuthorizationType = "Basic" 时生效。
     "BasicOptions": {
       "SslRedirect": false, //SSL重定向
       "RequireSsl": false, //需要SSL连接才能访问Hangfire Dashboard
       "LoginCaseSensitive": false, //登录检查是否区分大小写
       //访问Hangfire仪表板的用户列表
       "Users": [
         {
           //登录名
           "UserId": "manager",
           //登录密码
           "Password": "p@ssw0rd"
         }
       ]
     },
     "Enabled": true //是否启用
   } 
}
  1. 要禁用Hangfire,可以设置Enabled: false
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 (1)

Showing the top 1 NuGet packages that depend on EaCloud.Hangfire:

Package Downloads
EaCloud.Pack.Message

EaCloud 消息模块,封装公告讯息收发及记录管理功能。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.8.7 18 6/22/2024
7.0.8.6 104 6/14/2024
7.0.8.5 104 5/31/2024
7.0.8.4 114 5/21/2024
7.0.8.3 106 5/21/2024
7.0.8.2 91 5/20/2024
7.0.8.1 108 5/20/2024
7.0.7.9 106 5/15/2024
7.0.7.8 76 5/10/2024
7.0.7.7 83 5/9/2024
7.0.7.6 79 5/9/2024
7.0.7.5 125 5/7/2024
7.0.7.4 113 4/28/2024
7.0.7.3 123 4/26/2024
7.0.7.2 116 4/21/2024
7.0.7.1 105 4/19/2024
7.0.6.9 108 4/15/2024
7.0.6.8 104 4/11/2024
7.0.6.7 99 4/11/2024
7.0.6.6 138 4/7/2024
7.0.6.5 99 4/7/2024
7.0.6.4 117 4/7/2024
7.0.6.3 110 4/7/2024
7.0.6.2 110 4/3/2024
7.0.6.1 111 4/3/2024
7.0.5.9 108 3/27/2024
7.0.5.8 107 3/23/2024
7.0.5.7 126 3/17/2024
7.0.5.6 107 3/17/2024
7.0.5.5 120 3/16/2024
7.0.5.4 123 3/13/2024
7.0.5.3 115 3/13/2024
7.0.5.2 128 3/6/2024
7.0.5.1 114 2/21/2024
7.0.4.9 112 2/21/2024
7.0.4.8 112 2/18/2024
7.0.4.7 113 2/5/2024
7.0.4.6 114 2/1/2024
7.0.4.5 114 1/26/2024
7.0.4.4 125 1/22/2024
7.0.4.3 131 1/17/2024
7.0.4.2 103 1/16/2024
7.0.4.1 104 1/16/2024
7.0.3.9 120 1/15/2024
7.0.3.8 147 1/3/2024
7.0.3.7 146 12/28/2023
7.0.3.6 122 12/27/2023
7.0.3.5 148 12/22/2023
7.0.3.4 136 12/22/2023
7.0.3.3 153 12/13/2023
7.0.3.2 114 12/13/2023
7.0.3.1 145 12/12/2023
7.0.2.9 162 11/26/2023
7.0.2.8 148 11/26/2023
7.0.2.7 182 9/26/2023
7.0.2.6 144 9/25/2023
7.0.2.5 152 9/15/2023
7.0.2.4 169 7/27/2023
7.0.2.3 189 7/22/2023
7.0.2.2 191 7/22/2023
7.0.2.1 181 7/21/2023
7.0.1.9 177 7/21/2023
7.0.1.8 177 7/20/2023
7.0.1.7 170 7/20/2023
7.0.1.6 217 7/4/2023
7.0.1.5 193 6/16/2023
7.0.1.4 199 6/13/2023
7.0.1.3 222 6/8/2023
7.0.1.2 227 6/2/2023
7.0.1.1 233 5/11/2023
7.0.0.9 219 5/10/2023
7.0.0.8 235 5/10/2023
7.0.0.7 271 4/19/2023
7.0.0.6 259 4/18/2023
7.0.0.5 317 3/27/2023
7.0.0.4 309 3/23/2023
7.0.0.3 357 1/31/2023
7.0.0.2 376 1/30/2023
7.0.0.1 339 12/24/2022
6.0.2.5 507 11/16/2022
6.0.2.4 524 11/10/2022
6.0.2.3 660 10/11/2022
6.0.2.2 710 9/23/2022
6.0.2.1 722 8/14/2022
6.0.1.9 744 8/13/2022
6.0.1.8 763 6/6/2022
6.0.1.7 765 5/26/2022
6.0.1.6 813 5/11/2022
6.0.1.5 817 5/10/2022
6.0.1.4 927 4/8/2022
6.0.1.3 924 4/2/2022
6.0.1.2 951 4/2/2022
6.0.1.1 973 3/18/2022
6.0.0.9 935 3/5/2022
6.0.0.8 928 2/19/2022
6.0.0.7 912 2/15/2022
6.0.0.6 951 2/14/2022
6.0.0.5 1,025 1/28/2022
6.0.0.4 1,100 1/13/2022
6.0.0.3 1,070 1/12/2022
6.0.0.2 1,336 12/21/2021
6.0.0.1 1,512 12/13/2021
5.0.3.7 1,891 10/16/2021
5.0.3.6 1,064 10/14/2021
5.0.3.5 1,064 10/13/2021
5.0.3.4 1,203 10/8/2021
5.0.3.3 1,144 9/17/2021
5.0.3.2 1,251 9/16/2021
5.0.3.1 1,153 9/15/2021
5.0.2.9 1,196 9/15/2021
5.0.2.8 1,304 8/31/2021
5.0.2.7 1,262 8/28/2021
5.0.2.6 1,210 8/22/2021
5.0.2.5 1,160 8/13/2021
5.0.2.4 1,113 8/13/2021
5.0.2.3 1,103 7/8/2021
5.0.2.2 1,015 7/1/2021
5.0.2.1 1,141 6/16/2021
5.0.1.9 1,012 5/12/2021
5.0.1.8 932 5/9/2021
5.0.1.7 1,094 5/7/2021
5.0.1.6 1,092 4/17/2021
5.0.1.5 1,029 4/16/2021
5.0.1.4 999 4/15/2021
5.0.1.3 1,001 4/15/2021
5.0.1.2 1,061 4/12/2021
5.0.1.1 1,046 4/8/2021