change for command service
This commit is contained in:
parent
2b34d3f4ce
commit
db3c187897
2 changed files with 3 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ var builder = WebApplication.CreateBuilder(args);
|
|||
DashboardJobListLimit = 50000,
|
||||
TransactionTimeout = TimeSpan.FromMinutes(1),
|
||||
InvisibilityTimeout = TimeSpan.FromHours(3),
|
||||
SchemaName = "HANGFIRE"
|
||||
SchemaName = "SYS"
|
||||
})));
|
||||
builder.Services.AddHangfireServer();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue