I have the following problem:
I'm creating a booking application and once a user clicks on a product to book, that product must be removed from the list of those temporarily available to complete the reservation. If it does not finish in 5 minutes, this product is back in stock.
I was able to make this reservation by doing an update in the status column of the product, but I have no idea how to make it return to availability after 5 minutes.
Can anyone help me?