Iceshrimp.NET/Iceshrimp.Backend/Core/Tasks
Laura Hausmann 97532c2b22
[backend/queue] Clean completed jobs in a cron task instead of doing it at job completion
This prevents database deadlocks that can occur when many jobs are being processed simultaneously.
2024-05-14 15:05:01 +02:00
..
CacheCleanupTask.cs [backend/core] Replace IDistributedCache with postgres k/v cache (ISH-212) 2024-03-23 19:10:27 +01:00
FilterExpiryTask.cs [backend/core] Support note filters (ISH-97) 2024-03-31 23:56:55 +02:00
JobCleanupTask.cs [backend/queue] Clean completed jobs in a cron task instead of doing it at job completion 2024-05-14 15:05:01 +02:00
MediaCleanupTask.cs [backend/core] Replace redis-based queue system with a postgres-based one (ISH-212) 2024-03-24 00:17:28 +01:00
MuteExpiryTask.cs [backend/core] Add mute support (ISH-169) 2024-03-14 15:33:54 +01:00