Commit 2333b84
committed
Fix exception in requeue code
File "/Users/prashanthpai/mysrc/sharq-testing/requeue_script.py", line 8, in <module>
response = sq.requeue()
File "/Users/prashanthpai/mysrc/sharq-testing/env/lib/python3.9/site-packages/sharq/queue.py", line 332, in requeue
self.finish(
File "/Users/prashanthpai/mysrc/sharq-testing/env/lib/python3.9/site-packages/sharq/queue.py", line 241, in finish
raise BadArgumentException('`queue_type` has an invalid value.')
sharq.exceptions.BadArgumentException: `queue_type` has an invalid value.
Signed-off-by: Prashanth Pai <prashanth.pai@plivo.com>1 parent 4abb554 commit 2333b84
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
318 | 321 | | |
319 | 322 | | |
320 | 323 | | |
| |||
0 commit comments