Skip to main content
4-Participant
January 3, 2025
Question

long delay of deleting an association via Restful api

  • January 3, 2025
  • 0 replies
  • 301 views

Hello,

 

I have a question of calling Restful API to delete an existing association. I tried both curl on Debian 12 and Go-lang http package, calling DELETE on https://server/rest/association/association_id. The curl call shows 1 minute and 5 seconds delay before the response is returned. The go-lang call exceeded the 30 sec default time out.

 

I am using CodeBeamer (2.2.0.1). Is this normal?

 

Thanks,