Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update pkg/bloombuild/planner/queue/queue.go
Co-authored-by: Christian Haudum <christian.haudum@gmail.com>
  • Loading branch information
salvacorts and chaudum authored Nov 13, 2024
commit 51d4c57e7240d336c1f3ce7436824cca9c3b6300
2 changes: 1 addition & 1 deletion pkg/bloombuild/planner/queue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func NewQueue(
}

func (q *Queue) starting(ctx context.Context) error {
// TODO(salvacorts): We can recover the queue from the disk here.
// TODO(salvacorts): We do not recover the queue from the disk yet.
// Until then, we just remove all the files in the directory so the disk
// doesn't grow indefinitely.
if q.cfg.StoreTasksOnDisk && q.cfg.CleanTasksDirectory {
Expand Down
Loading