[backend/queue] Make PostgresJobQueue<T> abstract
This commit is contained in:
parent
5d01c11e35
commit
60b18f434f
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ public interface IPostgresJobQueue
|
|||
public void RaiseJobDelayedEvent();
|
||||
}
|
||||
|
||||
public class PostgresJobQueue<T>(
|
||||
public abstract class PostgresJobQueue<T>(
|
||||
string name,
|
||||
Func<Job, T, IServiceProvider, CancellationToken, Task> handler,
|
||||
int parallelism,
|
||||
|
|
Loading…
Add table
Reference in a new issue