문제

I have a service which takes a not-insignificant amount of time to complete a request. During this time, I set a status field corresponding to a table being operated on to "locked". If another request is made to this service, but the table is still "locked", I want to return the appropriate HTTP code. What would you suggest?

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top