HangfireHttpJob icon indicating copy to clipboard operation
HangfireHttpJob copied to clipboard

hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务

Results 16 HangfireHttpJob issues
Sort by recently updated
recently updated
newest added

我在http webapi中处理定时任务,如果有业务逻辑上的错误,我返回500错误是否会让job进入失败状态呢?

现在运行日志默认只保存3天,但是我想根据不同的job配置不同保存天数,请问如何配置?

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

![image](https://user-images.githubusercontent.com/3843463/194801192-5388b113-e6b0-4462-8bd4-62f01a82afd6.png) 通过api添加任务,有没有文档说明呢?还有一个问题,能否通过api对任务进行增删查改操作?