Skip to content

Commit

Permalink
fixup! ensure ordered queue processing of transactions, error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 22, 2024
1 parent 853f1c0 commit 2665826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/discovery/KubeApiDiscovery.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void onStart(@Observes StartupEvent evt) {
resyncWorker.scheduleAtFixedRate(
() -> {
try {
logger.debugv("Resyncing");
logger.debug("Resyncing");
notify(NamespaceQueryEvent.from(kubeConfig.getWatchNamespaces()));
} catch (Exception e) {
logger.warn(e);
Expand Down

0 comments on commit 2665826

Please sign in to comment.