Description
Provides disk-backed queue structures for Python applications. It helps crawlers, workers, and data-processing tools keep pending items across restarts instead of holding every queue only in memory.
Persistent queues can contain URLs, file paths, jobs, or user data. Plan cleanup, locking, and storage limits before using them for long-running workflows.