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

Move concurrency and action retries from project config proto to the CLI #1585

Merged
merged 5 commits into from Nov 24, 2023

Conversation

Ekrekr
Copy link
Contributor

@Ekrekr Ekrekr commented Nov 22, 2023

As they are not valid options for workflow_settings.yaml

Copy link
Contributor

@canberkkoparal canberkkoparal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but you also need to update the cli test

when(mockedDbAdapter.createSchema(anyString(), anyString())).thenResolve(null);
when(
mockedDbAdapter.execute(NEW_TEST_GRAPH.actions[0].tasks[0].statement, anything())
).thenResolve({
rows: [],
metadata: {
bigquery: {
actionRetryLimit: 1,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't do what I thought it did, will think about the fix

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, the option just needed to be passed into the runner instead.

@Ekrekr Ekrekr requested review from canberkkoparal and removed request for canberkkoparal November 23, 2023 15:40
@Ekrekr Ekrekr merged commit 98d8195 into main_v3 Nov 24, 2023
4 checks passed
@Ekrekr Ekrekr deleted the move-concurrency-and-retries branch November 24, 2023 12:17
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.

None yet

2 participants