feat: add search text filter for user query
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m40s

This commit is contained in:
masoodafar-web
2025-12-12 03:18:18 +03:30
parent 12749ccb01
commit bb6b7c709c
5 changed files with 24 additions and 16 deletions
@@ -114,7 +114,7 @@ public class DayaLoanCheckWorker
recurringJobManager.AddOrUpdate<DayaLoanCheckWorker>(
"daya-loan-check",
worker => worker.ExecuteAsync(),
"*/01 * * * *", // هر 15 دقیقه
"*/20 * * * *", // هر 15 دقیقه
TimeZoneInfo.Local
);
}