Commit ecdf391
Cameron Johnston
COOK-2611 Adding queues parameter to celery LWRP
Bind celery listeners to particular queues by providing an array
of queue names to the 'queues' parameter. Defaults to ['celery'].
This change modifies the provider to use the -Q flag with the
list of queues from this parameter at every invocation. Celery
documentation states that 'celery' is the default queue name, so
this ought not to modify behavior for those currently using this LWRP.1 parent 14141b7 commit ecdf391
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments