You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the context may be canceled when migration statement is sent but before it's recorded in gocqlx migration table.
To solve this I suggest we do use xcontext to detach from the context lifecycle and manually check if the context has been canceled before processing next statement.
The text was updated successfully, but these errors were encountered:
Migrate uses Query with Context 1 2.
The problem is that the context may be canceled when migration statement is sent but before it's recorded in gocqlx migration table.
To solve this I suggest we do use xcontext to detach from the context lifecycle and manually check if the context has been canceled before processing next statement.
The text was updated successfully, but these errors were encountered: