-
Hello, i have a function to complete an order with items and address and decorated it with @throttle_retry. Where is my error or does this decorator only works for get_orders and not for get_order?
During handling of the above exception, another exception occurred: Changing the function to only one get_order_xxx call does not slove the problem. sincerly |
Beta Was this translation helpful? Give feedback.
Answered by
iconberg
Aug 29, 2023
Replies: 1 comment 1 reply
-
Changing the function to only one get_order_xxx call does not slove the problem. I was wrong, it seems it sloves the problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iconberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing the function to only one get_order_xxx call does not slove the problem.
I was wrong, it seems it sloves the problem.