RedisBackGround 报错暂时注掉

This commit is contained in:
yang.lee
2023-11-13 13:51:09 +08:00
parent 18c3eb7183
commit c86ad9d872

View File

@@ -57,7 +57,7 @@ public class Startup : AppStartup
//定时任务
services.AddHostedService<TimedTaskBackgroundService>();
services.AddHostedService<RedisBackGround>();
//services.AddHostedService<RedisBackGround>();
}