Skip to content

Commit

Permalink
fixup! chore(jobsdb): add support for schema migration changesets to …
Browse files Browse the repository at this point in the history
…run always
  • Loading branch information
atzoum committed Nov 29, 2022
1 parent 3a2d2b4 commit 3562cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobsdb/jobsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ func (jd *HandleT) init() {
// Run changesets that should always run for both writer and reader jobsdbs.
//
// When running separate gw and processor instances we cannot control the order of execution
// and we cannot guarantee that while gw migration is running or after it is complete, processor
// and we cannot guarantee that after a gw migration completes, processor
// will not create new tables using the old schema.
//
// Changesets that run always can help in such cases, by bringing non-migrated tables into a usable state.
Expand Down

0 comments on commit 3562cd5

Please sign in to comment.