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