Open MarinPostma opened 8 months ago
implements the happy path of schema migration. do not use this feature yet.
Here a list of remaining work to get schema migration working properly:
enqueued_tasks
ns_loaded_with_pending_tasks_writes_is_blocked
what's also missing I think is cloning schema to newly created db that links to existing schema
Add whatever you can think of to the list
Can we close this @MarinPostma ?
implements the happy path of schema migration. do not use this feature yet.
Here a list of remaining work to get schema migration working properly:
enqueued_tasks
is updated corectly after a task is popped when a tasks status changed (maybe use a trigger?) (#1126)ns_loaded_with_pending_tasks_writes_is_blocked
(#1173)