-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
how would one handle rate-limiting? i'd like to allow almost anyone to execute small wasm functions. i can imagine timeouts pretty easily, but it'd be nice to be able to segment memory or cpu maximums too. i could also see minimal ip/request rate limiting. i could find ways to load balance computers around raptor but it might be nice to be built-in. one could also consider queueing/scheduling but that is maybe more complicated. it may end up being more about detailed metrics or controls to allow app-specific monitoring and orchestrating by library consumers. i'm glad this is written in go and hollywood is very interesting to me. will go have an 'go sdk' or would go users use the raptor code base almost directly? a bit of both?
Metadata
Metadata
Assignees
Labels
No labels