Skip to content

Provide an API for deleting an individual queue by name #30

@seancorfield

Description

@seancorfield

We currently have delete! which takes a "queues" argument and deletes all the files behind all the queues (but does not otherwise touch the queue data).

PR #17 proposes adding delete-q! which deletes the slabs for a queue, but also clears the queue itself and resets all the housekeeping -- which delete! does not.

Open Q: why does delete! not clean up the queues themselves? Should it? If delete! with two arguments -- "queues" and a q-name -- behaved the same way, we could implement it and rewrite the single-argument delete! in terms of it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions