EnablePolling in the background of the blocklists, with the given ownership of tenants.
(ctx context.Context, sharder blocklist.JobSharder, skipNoCompactBlocks bool)
| 103 | |
| 104 | // EnablePolling in the background of the blocklists, with the given ownership of tenants. |
| 105 | EnablePolling(ctx context.Context, sharder blocklist.JobSharder, skipNoCompactBlocks bool) |
| 106 | |
| 107 | // PollNow does an immediate poll of the blocklist and is for testing purposes. Must have already called EnablePolling. |
| 108 | PollNow(ctx context.Context) |
no outgoing calls