grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
24k stars 3.46k forks source link

refactor(blooms): Extract planner queue into pkg (backport k227) #14925

Closed loki-gh-app[bot] closed 1 week ago

loki-gh-app[bot] commented 1 week ago

Backport 94a857271820b6c6c1266e37e2f4a9f6441ffe7a from #14861


What this PR does / why we need it:

We are going to wrap the queue to store tasks in the filesystem. We start by extracting the queue into a new pkg. Note that we the current logic is the same as before. We'll implement the disk storage in a followup PR.

Checklist