a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/queue] Make PostgresJobQueue<T> abstract

+1 -1
+1 -1
Iceshrimp.Backend/Core/Services/QueueService.cs
··· 181 181 public void RaiseJobDelayedEvent(); 182 182 } 183 183 184 - public class PostgresJobQueue<T>( 184 + public abstract class PostgresJobQueue<T>( 185 185 string name, 186 186 Func<Job, T, IServiceProvider, CancellationToken, Task> handler, 187 187 int parallelism,