-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
List workspaces with most recently running jobs #21633
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
keyihuang
temporarily deployed
to
more-secrets
January 20, 2023 05:29 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 20, 2023 05:29 — with
GitHub Actions
Inactive
Airbyte Code Coverage
|
keyihuang
temporarily deployed
to
more-secrets
January 20, 2023 05:51 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 20, 2023 05:51 — with
GitHub Actions
Inactive
xiaohansong
requested changes
Jan 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Can we add a test on this?
...-config/config-persistence/src/main/java/io/airbyte/config/persistence/ConfigRepository.java
Outdated
Show resolved
Hide resolved
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 18:39 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 18:39 — with
GitHub Actions
Inactive
xiaohansong
reviewed
Jan 23, 2023
...nfig/config-persistence/src/test/java/io/airbyte/config/persistence/WorkspaceFilterTest.java
Show resolved
Hide resolved
xiaohansong
reviewed
Jan 23, 2023
...nfig/config-persistence/src/test/java/io/airbyte/config/persistence/WorkspaceFilterTest.java
Outdated
Show resolved
Hide resolved
xiaohansong
approved these changes
Jan 23, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Leaving two comments for the test and once fixed this is approved
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 19:25 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 19:26 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 19:28 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 19:28 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 19:51 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 19:51 — with
GitHub Actions
Inactive
…into keyi/workspace-filter
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 19:54 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 21:21 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 23, 2023 21:21 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 21:08 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 21:08 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 22:53 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 22:53 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 23:05 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 23:05 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 23:16 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 23:16 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 23:57 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 24, 2023 23:57 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 25, 2023 00:28 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 25, 2023 00:28 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 26, 2023 01:48 — with
GitHub Actions
Inactive
keyihuang
temporarily deployed
to
more-secrets
January 26, 2023 01:48 — with
GitHub Actions
Inactive
This was referenced Jan 27, 2023
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.
PR status:
Dev work is done & PR is under review
Related PR:
https://github.com/airbytehq/airbyte-cloud/pull/4116
What
This is to enhance the efficiency of
DelinquentWorkspaceCronJob
inairbyte-cloud/billing
.How
Instead of running the
DelinquentWorkspaceCronJob
for all workspaces, now we want to focus on the workspaces with most recently running jobs (e.g. in the last 48 hours)Recommended reading order
airbyte-config/config-persistence/src/main/java/io/airbyte/config/persistence/ConfigRepository.java
Can this PR be safely reverted / rolled back?