Skip to content

Commit

Permalink
fix: deletes queues by chunks
Browse files Browse the repository at this point in the history
errors were observed while the housekeeper attempt to clear queues, the biggest doc didnt have the mongo max of 16MB, so the whole query result was the problem.
"queue/queue.go:413","message":"Error removing elements from storage: rrror deleting storage elements: an inserted document is too large"

Signed-off-by: Cézar <[email protected]>
  • Loading branch information
cezar-tech committed Dec 11, 2024
1 parent 6925866 commit 9a9513c
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 994 deletions.
Loading

0 comments on commit 9a9513c

Please sign in to comment.