feat(nextRunWorker): добавлен еще один backgroundWorker, который смотрит очередь, и пересчитывает nextRun для jobGroupId
This commit is contained in:
8
PARR.NextRun/INextRunRabbitService.cs
Normal file
8
PARR.NextRun/INextRunRabbitService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.NextRun
|
||||
{
|
||||
public interface INextRunRabbitService
|
||||
{
|
||||
Task StartAsync();
|
||||
Task StopAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user