lnx-search / datacake

Tooling for creating your own distributed systems.
MIT License
390 stars 22 forks source link

Consider making the task distributor a bounded channel #47

Open ChillFish8 opened 1 year ago

ChillFish8 commented 1 year ago

Currently, there is no backpressure on the task distributor, this might have adverse effects for some situations, although overall I'm not sure how significant this is in reality or how much of an affect bounding the channel would have.