unblock hangfire completed

This commit is contained in:
gozareshgir
2026-01-11 22:07:58 +03:30
parent e4355faffc
commit 0d33d79620
3 changed files with 7 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ public class JobSchedulerRegistrator
RecurringJob.AddOrUpdate(
"InstitutionContract.UnBlock",
() => UnBlock(),
"*/1 * * * *"
"*/10 * * * *"
);
}