americanas-tech / restQL-golang

Microservice query language and platform
http://restql.b2w.io/
MIT License
17 stars 8 forks source link

Implement concurrency limiters #54

Closed caiorcferreira closed 3 years ago

caiorcferreira commented 3 years ago

This PR introduces configuration parameters to limit concurrency queries and goroutines (used to run queries), in order to avoid unbound goroutine and memory usage growth.