kdejaeger commented on issue #1252:
URL: https://github.com/apache/jena/issues/1252#issuecomment-1094116680

   I discovered the 'tasks' endpoint
   ```
   { 
       "task" : "Compact" ,
       "taskId" : "2" ,
       "started" : "2022-04-09T19:28:00.006+00:00"
     } ,
     { 
       "task" : "Compact" ,
       "taskId" : "1" ,
       "started" : "2022-04-09T19:18:30.446+00:00" ,
       "finished" : "2022-04-09T19:18:38.939+00:00" ,
       "success" : true
     }
   ```
   As you can see indeed the first time I tried that deleteOld parameter , it 
went through after a few seconds and the server continued. The second call a 
few minutes later is like the other ones where the server seems to block. Also 
read calls are being blocked. Maybe a bug?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to