You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed single-segment durable-queue ns; use clj-commons.durable-queue instead
Deprecate delete! because it is dangerous: it leaves queues in a corrupted state (because it deletes files without cleaning up in-memory state).
Address #30 by adding delete-queue! and delete-all! to safely delete an individual queue (and its files) and safely delete all queues (and their files).