-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/remove memory runner #3948
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31af25b
to
171d62a
Compare
brian-mulier-p
commented
Jun 7, 2024
core/src/main/java/io/kestra/core/repositories/LocalFlowRepositoryLoader.java
Show resolved
Hide resolved
c57cac1
to
c1b639b
Compare
StandaloneCommand -> 1 MIN CONFIGURABLE |
c8cb212
to
8dbed74
Compare
…rtsWith (due to Flyway migration) additions + exit in-mem DB when no more connection
42ecb75
to
b3821d9
Compare
brian-mulier-p
added a commit
to kestra-io/plugin-solace
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-pulsar
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-azure
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-kafka
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-redis
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-mqtt
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-amqp
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-nats
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-aws
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-fs
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-fs
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-fs
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-notifications
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-elasticsearch
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-kubernetes
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-servicenow
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-fivetran
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-debezium
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-debezium
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-airbyte
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-powerbi
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-scripts
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-docker
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-jdbc
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-jdbc
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
brian-mulier-p
added a commit
to kestra-io/plugin-dbt
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-git
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-gcp
that referenced
this pull request
Jun 12, 2024
brian-mulier-p
added a commit
to kestra-io/plugin-gcp
that referenced
this pull request
Jun 12, 2024
…eue.receive to work with JDBC (linked to kestra-io/kestra#3948)
shrutimantri
pushed a commit
to shrutimantri/plugin-databricks
that referenced
this pull request
Sep 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A lot going on here. I had some troubles to deal with:
Basically:
runner-memory implements memory-repository (includes some auto-configuration) implements h2
on EE runner-memory-ee implements runner-memory (so all the chain above) + h2-ee to embed the migrations from EE
LAST ISSUE FOR TRANSPARENT MEMORY RUNNER:
@MicronautTest(transactional = false) is now needed or the queue won't work so I'm not sure how to deal with that :'(
EDIT:
The solution taken (and after discussion with Ludo) is to create a @KestraTest annotation that will expose and act the same as @MicronautTest but with transactional being
false
by default. This will also go along the Micronaut removal from plugins