Skip to content

Commit

Permalink
chore(inbound): Set the readiness to True when starting (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnBgood authored Sep 23, 2024
1 parent a5d2e9d commit 11892c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ProcessDefinitionImporter {
private final ProcessDefinitionSearch search;
private final MetricsRecorder metricsRecorder;

private boolean ready = false;
private boolean ready = true;

@Autowired
public ProcessDefinitionImporter(
Expand Down

0 comments on commit 11892c3

Please sign in to comment.