Compare commits
2
Commits
bbcba5e06c
...
41ed5a4288
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41ed5a4288 | ||
|
|
61118c6223 |
@@ -66,7 +66,7 @@ public static class Quartz
|
||||
|
||||
storage.UseSystemTextJsonSerializer();
|
||||
storage.SetProperty("quartz.jobStore.clustered", "true");
|
||||
storage.SetProperty("quartz.jobStore.tablePrefix", "quartz_");
|
||||
storage.SetProperty("quartz.jobStore.tablePrefix", "qrtz_");
|
||||
|
||||
storage.UsePostgres(connectionString!);
|
||||
storage.UseClustering(cluster =>
|
||||
|
||||
Reference in New Issue
Block a user