blob: ba86540516ac765dbdadb276fb5dca49ab610e54 (
plain)
1
2
3
4
5
6
7
8
|
Don't use beanstalk client directly, subclass custodian/queue, or similar
to allow us to swap out the queue and stub it for testing.
The alerter needs to be overhauled since it relies upon the old hash-based approach.
make Custodian::Parser::Macro a class.
Use that, and make sure that we return such a thing when we define a new one.
|