Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Dec 7, 2023
1 parent e42b778 commit 568bd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/channels/jobs/batch_migration_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type BatchMigrationWorkerAppIFace interface {
// resets the migration if the cluster version diverges after starting.
//
// In principle, the job infrastructure is overkill for this kind of work, as there's a worker
// created per migration. There's alsaswfvsdo complication with edge cases, like having to restart the
// created per migration. There's also complication with edge cases, like having to restart the
// server in order to retry a failed migration job. Refactoring the job infrastructure is left as
// a future exercise.
type BatchMigrationWorker struct {
Expand Down

0 comments on commit 568bd88

Please sign in to comment.