Closed kevinkle closed 7 years ago
POSTs are now joined into a queue in https://github.com/superphy/backend/issues/247 There are some changes that jointly address POSTs and GETs but these will be discussed in https://github.com/superphy/backend/issues/187
This is in addition to https://github.com/superphy/backend/issues/187 where blazegraph was only struggling with
GET
requests. We're seeing timeouts withPOSTS
on the first chunk of https://github.com/superphy/backend/issues/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).