Skip to content

Commit

Permalink
remove eager (airbytehq#16756)
Browse files Browse the repository at this point in the history
* remove eager

* Rm dep worker on cron
  • Loading branch information
benmoriceau authored and jhammarstedt committed Oct 31, 2022
1 parent acc7b17 commit c2e8b3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion airbyte-cron/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

dependencies {
implementation project(':airbyte-config:config-models')
implementation project(':airbyte-workers')

runtimeOnly 'io.micronaut:micronaut-http-server-netty:3.6.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class MicronautCronRunner {

public static void main(final String[] args) {
Micronaut.build(args)
.eagerInitSingletons(true)
.mainClass(MicronautCronRunner.class)
.start();
}
Expand Down

0 comments on commit c2e8b3b

Please sign in to comment.