Skip to content
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

[WIP] Batch job scheduling #570

Closed
wants to merge 1 commit into from
Closed

[WIP] Batch job scheduling #570

wants to merge 1 commit into from

Conversation

fdc-ntflx
Copy link
Collaborator

Context

Explain context and other details for this pull request.

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable

@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 18, 2023 18:55 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Oct 18, 2023

Test Results

544 tests  +379   536 ✔️ +376   6m 33s ⏱️ + 3m 35s
128 suites +  84       8 💤 +    3 
128 files   +  84       0 ±    0 

Results for commit 6b6cb54. ± Comparison against base commit 035b3e0.

♻️ This comment has been updated with latest results.

@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request October 18, 2023 19:07 — with GitHub Actions Failure
@github-actions
Copy link

github-actions bot commented Oct 18, 2023

Uploaded Artifacts

To use these artifacts in your Gradle project, paste the following lines in your build.gradle.

resolutionStrategy {
    force "io.mantisrx:mantis-client:0.1.0-20231107.010933-424"
    force "io.mantisrx:mantis-common:0.1.0-20231107.010933-423"
    force "io.mantisrx:mantis-common-serde:0.1.0-20231107.010933-423"
    force "io.mantisrx:mantis-discovery-proto:0.1.0-20231107.010933-423"
    force "io.mantisrx:mantis-network:0.1.0-20231107.010933-423"
    force "io.mantisrx:mantis-remote-observable:0.1.0-20231107.010933-424"
    force "io.mantisrx:mantis-runtime:0.1.0-20231107.010933-424"
    force "io.mantisrx:mantis-runtime-loader:0.1.0-20231107.010933-424"
    force "io.mantisrx:mantis-shaded:0.1.0-20231107.010933-422"
    force "io.mantisrx:mantis-testcontainers:0.1.0-20231107.010933-93"
    force "io.mantisrx:mantis-connector-iceberg:0.1.0-20231107.010933-422"
    force "io.mantisrx:mantis-connector-job:0.1.0-20231107.010933-424"
    force "io.mantisrx:mantis-connector-kafka:0.1.0-20231107.010933-424"
    force "io.mantisrx:mantis-connector-publish:0.1.0-20231107.010933-423"
    force "io.mantisrx:mantis-control-plane-client:0.1.0-20231107.010933-423"
    force "io.mantisrx:mantis-control-plane-core:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-control-plane-server:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-core:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-groupby-sample:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-jobconnector-sample:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-mantis-publish-sample:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-sine-function:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-synthetic-sourcejob:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-twitter-sample:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-examples-wordcount:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-publish-core:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-publish-netty:0.1.0-20231107.010933-416"
    force "io.mantisrx:mantis-publish-netty-guice:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-server-agent:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-server-worker:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-server-worker-client:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-source-job-kafka:0.1.0-20231107.010933-417"
    force "io.mantisrx:mantis-source-job-publish:0.1.0-20231107.010933-417"
}

@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request October 19, 2023 17:24 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 19, 2023 17:31 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request October 19, 2023 20:19 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 19, 2023 20:25 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 19, 2023 20:35 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 20, 2023 21:16 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 21, 2023 01:17 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 21, 2023 01:26 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 23, 2023 16:28 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 23, 2023 18:47 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 23, 2023 19:35 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 23, 2023 21:54 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request October 23, 2023 22:52 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 23, 2023 22:54 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request October 24, 2023 16:01 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request October 24, 2023 16:02 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 24, 2023 16:18 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request October 30, 2023 21:36 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 2, 2023 16:54 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx force-pushed the batch-job-scheduling branch from 18bdfa9 to a5f121b Compare November 2, 2023 21:01
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 2, 2023 21:01 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx force-pushed the batch-job-scheduling branch from a5f121b to 8a8d7d2 Compare November 2, 2023 21:13
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 2, 2023 21:13 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx force-pushed the batch-job-scheduling branch from 8a8d7d2 to aa7dfe6 Compare November 2, 2023 21:28
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 2, 2023 21:29 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 2, 2023 21:43 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 6, 2023 17:21 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 6, 2023 17:32 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 6, 2023 18:06 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 6, 2023 20:17 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 6, 2023 22:07 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 6, 2023 22:56 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 6, 2023 23:20 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 6, 2023 23:23 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 7, 2023 00:22 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 7, 2023 00:27 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 7, 2023 00:35 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 7, 2023 00:45 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request November 7, 2023 01:08 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx force-pushed the batch-job-scheduling branch from e675bd5 to 6b6cb54 Compare November 7, 2023 02:34
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 7, 2023 02:34 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx force-pushed the batch-job-scheduling branch from 6b6cb54 to a1ca00d Compare November 7, 2023 02:53
@fdc-ntflx fdc-ntflx closed this Nov 7, 2023
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 7, 2023 02:54 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request November 7, 2023 02:55 — with GitHub Actions Failure
@Andyz26 Andyz26 deleted the batch-job-scheduling branch April 15, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants