Skip to content

Conversation

@yashsinghcodes
Copy link
Member

Quick fix after yesterday outage where the workflow was keep recreating due to the validation part.

Copy link
Member

@frikky frikky left a comment

Choose a reason for hiding this comment

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

Just remove what should be removed. Don't add even more validation

shared.go Outdated
workflow.Validation.ExecutionId = exec.ExecutionId

// Check if the workflow exist or not before saving (fix after 22/10/24 outage)
_, err = GetWorkflow(ctx, workflow.ID)
Copy link
Member

Choose a reason for hiding this comment

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

Why are we getting the workflow, when we should be removing the SetWorkflow part entirely?

This makes very very little sense. This would require perfect deletion of Cache + Database timing down to the millisecond (or even cllser) with how the outage was

@frikky
Copy link
Member

frikky commented Nov 5, 2024

@yashsinghcodes don't do git commit -am, and don't git add * please.

You pushed things related to app_upload 👎

@yashsinghcodes
Copy link
Member Author

@frikky This is the dumb mistake from my side I thought I have no PR open from fix-outage-issue branch. I will resolve this ASAP. Thank you so much for pointing it out.

@frikky
Copy link
Member

frikky commented Nov 13, 2024

Fixed it already

@frikky frikky closed this Nov 13, 2024
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