You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is in addition to #187 where blazegraph was only struggling with GET requests. We're seeing timeouts with POSTS on the first chunk of #240 files.
I'm thinking we'll have to create a separate task for any and all interactions with blazegraph (instead of only isolating GETs, POSTs will have to be separate tasks and put on the same single worker queue).
The text was updated successfully, but these errors were encountered:
This is in addition to #187 where blazegraph was only struggling with
GET
requests. We're seeing timeouts withPOSTS
on the first chunk of #240 files.I'm thinking we'll have to create a separate task for any and all interactions with blazegraph (instead of only isolating GETs, POSTs will have to be separate tasks and put on the same single worker queue).
The text was updated successfully, but these errors were encountered: