Skip to content

Commit

Permalink
Bring back load generator
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Jan 18, 2024
1 parent ac79411 commit 761a8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class LoadGenerator {

private static final Logger log = LoggerFactory.getLogger(ProbeMonitoring.class);

public void startMonitoring() {
public void startMonitoring(@Observes StartupEvent startupEvent) {
int concurrentTasks = 2;

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public Long failedDeletes() {
return failedDeletes;
}

public void startMonitoring() {
public void startMonitoring(@Observes StartupEvent startupEvent) {

oAuthclient = createOauthClient();
basicClient = createBasicClient();
Expand Down

0 comments on commit 761a8ea

Please sign in to comment.