Hello, I have question that is kind of related with this topic, if you can help me. Can you please tell me if NO_STOCK_CHECKOUT=False is thread safe? Meaning, what happens if two costumers place an order with the sum of product quantities higher than the stock of the order, or something like that. I am new to django and python and from what I saw the decrease_inventory_on_sale is called on the order_success signal, which I am not sure whether they're thread safe or not. But aside from these signals if the function _set_quantity from satchmo_store.shop.views.cart is called at the same time from two simultaneous requests, the case with the two customers adding the same product with overflowing sum of quantities happens.
Thank you very much! -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To unsubscribe from this group and stop receiving emails from it, send an email to satchmo-users+unsubscr...@googlegroups.com. To post to this group, send email to satchmo-users@googlegroups.com. Visit this group at http://groups.google.com/group/satchmo-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.