Commit 95909d1
committed
issue #36: fix queue crash when deleting it
When deleting the queue via the Management console, few queue
information requests are still sent to the deleted queue.
As the queue does not exist anymore, so does the cache. Therefore,
we ignore errors during deleted cache info lookups.
This could not be catched via tests as the behaviour is triggered by
the management plugin.
Signed-off-by: Matteo Cafasso <[email protected]>1 parent b6872d4 commit 95909d1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| 447 | + | |
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| |||
0 commit comments