This website requires JavaScript.
Explore
Help
Register
Sign In
mikhail
/
parr_api
Watch
1
Star
0
Fork
0
You've already forked parr_api
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dev
parr_api
/
PARR.NextRun
/
INextRunIntervalService.cs
8 lines
114 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
feat(nextRun): рассчет поля NextRun по расписанию
2024-02-05 16:05:02 +10:00
namespace
PARR.NextRun
{
feat(nextRunWorker): добавлен еще один backgroundWorker, который смотрит очередь, и пересчитывает nextRun для jobGroupId
2026-02-27 14:05:25 +10:00
public
interface
INextRunIntervalService
feat(nextRun): рассчет поля NextRun по расписанию
2024-02-05 16:05:02 +10:00
{
Task
StartAsync
(
)
;
}
}
Reference in New Issue
Copy Permalink