Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashes converted to underscores #7

Open
MichaelDrogalis opened this issue Jun 7, 2015 · 1 comment
Open

Dashes converted to underscores #7

MichaelDrogalis opened this issue Jun 7, 2015 · 1 comment

Comments

@MichaelDrogalis
Copy link

Hey @ztellman. Thanks for the awesome library!

I noticed that queue names with dashes are automatically converted to underscores. Intentional?

(def dir "/tmp")
(def conn (d/queues dir {}))
(d/put! conn "a-b-c" 42)
(d/stats conn)
;; => {"a_b_c" {:in-progress 0, :completed 0, :retried 0, :enqueued 1, :num-slabs 1, :num-active-slabs 1}}
@vedang
Copy link

vedang commented May 2, 2023

This issue can be safely closed, durable-queue intentionally munges the names of all the queues in it's codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants