-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add in config option to purge all queues on startup. #61
base: main
Are you sure you want to change the base?
Conversation
f9292bc
to
62bf3d9
Compare
3b825c6
to
6f5fc81
Compare
@knappe Updated the spec for this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor nit and what I think is now an unnecessary method. Because I'm the author, I can't request these changes.
:type => "dummy.spec" | ||
} | ||
})) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra newline
class SpecConsumer | ||
include Emque::Consuming.consumer | ||
|
||
def test(message) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this method now.
@randy-girard Awesome, thanks for pushing this along! 🎉 |
@knappe Addressed your nits. |
No description provided.