ExPmtiles.Cache.Diagnostics (ExPmtiles v0.3.4)

View Source

Diagnostic utilities for debugging cache issues.

Summary

Functions

Cleans up dead processes from the pending table.

Gets comprehensive cache diagnostics.

Inspects the pending requests table for a given cache.

Functions

cleanup_dead_waiters(server)

Cleans up dead processes from the pending table.

This can help recover from stuck pending entries.

get_diagnostics(server)

Gets comprehensive cache diagnostics.

inspect_pending(server)

Inspects the pending requests table for a given cache.

Returns a list of pending tile requests with their waiting processes.