Skip to content

Commit

Permalink
resolved reports
Browse files Browse the repository at this point in the history
  • Loading branch information
CriMDev97 committed Nov 29, 2023
1 parent 7142a3f commit ab9d88e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
public class SignalHubSignalsPersisterApplication {

public static void main(String[] args) {

log.error("AVAILABLE PROCESSOR: {}", Runtime.getRuntime().availableProcessors() );

SpringApplication.run(SignalHubSignalsPersisterApplication.class, args);
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/testcontainers/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "### CREATE PN-SERVICE-DESK QUEUES ###"
echo "### CREATE SIGNAL HUB PERSISTER QUEUES ###"

queues="internal-queue"

Expand Down

0 comments on commit ab9d88e

Please sign in to comment.