Class: Legion::Extensions::Github::App::Transport::Queues::Webhooks
- Inherits:
-
Transport::Queue
- Object
- Transport::Queue
- Legion::Extensions::Github::App::Transport::Queues::Webhooks
- Defined in:
- lib/legion/extensions/github/app/transport/queues/webhooks.rb
Instance Method Summary collapse
Instance Method Details
#queue_name ⇒ Object
10 |
# File 'lib/legion/extensions/github/app/transport/queues/webhooks.rb', line 10 def queue_name = 'lex.github.app.runners.webhooks' |
#queue_options ⇒ Object
11 |
# File 'lib/legion/extensions/github/app/transport/queues/webhooks.rb', line 11 def = { auto_delete: false } |