Drop the old push scheduler Redis singleton.

This commit is contained in:
Jon Chambers
2021-01-19 17:55:21 -05:00
committed by Jon Chambers
parent be8a1acca9
commit ad32555cc9
4 changed files with 50 additions and 202 deletions

View File

@@ -104,11 +104,6 @@ public class WhisperServerConfiguration extends Configuration {
@JsonProperty
private AccountDatabaseCrawlerConfiguration accountDatabaseCrawler;
@NotNull
@Valid
@JsonProperty
private RedisConfiguration pushScheduler;
@NotNull
@Valid
@JsonProperty
@@ -295,10 +290,6 @@ public class WhisperServerConfiguration extends Configuration {
return clientPresenceCluster;
}
public RedisConfiguration getPushScheduler() {
return pushScheduler;
}
public RedisClusterConfiguration getPushSchedulerCluster() {
return pushSchedulerCluster;
}