unblock hangfire completed
This commit is contained in:
@@ -84,7 +84,7 @@ public class JobSchedulerRegistrator
|
||||
RecurringJob.AddOrUpdate(
|
||||
"InstitutionContract.UnBlock",
|
||||
() => UnBlock(),
|
||||
"*/1 * * * *"
|
||||
"*/10 * * * *"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user