Skip to content

Commit

Permalink
fix(core): disable CollectorScheduler if not a server
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Mar 10, 2022
1 parent e8f376f commit 1fbfe73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@Singleton
@Slf4j
@Requires(property = "kestra.anonymous-usage-report.enabled", value = "true")
@Requires(property = "kestra.server-type")
public class CollectorScheduler {
@Inject
protected CollectorService collectorService;
Expand Down

0 comments on commit 1fbfe73

Please sign in to comment.