Hangfire.HttpJob
Hangfire.HttpJob copied to clipboard
httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
For the moment only Basic Authentication is enabled with HangfireServerPostOption. But our HangFire dashboard is using Microsoft Single Sign On with Azure AD. Any news if this will also be...
I am getting the following exception: `Could not load file or assembly 'Hangfire.Tags, Version=1.7.2.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. ` `System.IO.FileNotFoundException: at Hangfire.HttpJob.Support.JobFilter.OnPerforming (Hangfire.HttpJob, Version=3.7.5.0, Culture=neutral,...
Hi! I don't know what happens in the latest versions, that the httpjobs response is missing in the UI, please check the screenshot... I'm not sure if a issue of...
我打算新增繁體中文語系檔,先使用現有的Strings.es.resx測試切換語系有以下問題 1. 畫面上的文字並不是全部都有切換 發現元件上的文字依然是中文,於JS上`CloseButtonName`抓到的也是`关闭`  但是切換到Cron頁面有正常切換語系  2. 部分文字不是使用語系檔 目前是藉由別的文字來間接判斷,應藉由語系檔案(resx)顯示文字  3. Strings.es.resx 內容拿去翻譯判斷比較像英文(en),但我沒學過西班牙語(es)不是很確定 附上我建立的測試專案連結供參考 https://github.com/Bean90638/HangfireTest.git
我使用了reids数据和JobAgent方式实现定时任务。 对于这个项目来说定时任务的记录不重要,不需要长期保存。我想设置TTL让记录自然消失。 修改了appsettings.json的JobExpirationTimeoutDay后 成功的Job有TTL了,但是失败的job还是无限期。 我现在希望失败的job也有TTL,要怎么写。 [AutomaticRetry(Attempts = 0, OnAttemptsExceeded = AttemptsExceededAction.Delete)] public class MyJob : JobAgent 这样写没有效果,请问正确的写法该怎么写
AddRecurringJob 功能 { "JobName": "test", "Method": "POST", "ContentType": "application/json", "Url": "http://localhost:5001/api/User/Add", "Data": { "Type":1 }, "QueueName":"test", "Timeout": 5000, "Cron": "* 0/2 * * *", "EnableRetry": false, "RetryTimes": 3, "RetryDelaysInSeconds": "20,30,60",...
时间显示问题
执行菜单中时间显示问题: 
Cron表达式为:0/20 * * * * ? 当我暂停了任务,然后再次启动时,这个任务的下一次执行状态一直为【禁用】 我尝试了重新编辑任务并保存,无法起效
blazor server模式下。多个任务提交异常。提交任务无法正常返回,然后导致后面主线程和await的任务无法执行。在hangfires上可以看到提交的第一个任务是正常的。
在编辑任务周期时:我输入的格式是这样的 { "Success": { "Success": { "Success": null, "Fail": null, "RecurringJobIdentifier": null, "Url": "http://localhost:5002", "Method": "Post", "Data": "null", "ContentType": "application/json", "Timeout": 20000, "DelayFromMinutes": 0, "RunAt": null, "Cron": null, "JobName": null,...