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

feat: support force redeploy cells #591

Closed
wants to merge 1 commit into from

Conversation

jjyr
Copy link
Contributor

@jjyr jjyr commented Mar 22, 2024

Support using option force_redeploy to control which cell should be always force redeployed even the cell content isn't changed.

Usecase:

We deploy script cell and script config cell in the same deployment transaction, so we can use the transaction to locate the global config cell while the script is running.

But when updating the cells, deploy command will skip the config cell since it's content isn't changed, this behavior causes the script cell and config cell located into two transaction.

@doitian
Copy link
Member

doitian commented Mar 27, 2024

Included in #593

@doitian doitian closed this Mar 27, 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