package
0.0.0-20240923094048-3b1484ee7d29
Repository: https://github.com/loong/go-concurrency-exercises.git
Documentation: pkg.go.dev

# README

Limit Service Time for Free-tier Users

Your video processing service has a freemium model. Everyone has 10 sec of free processing time on your service. After that, the service will kill your process, unless you are a paid premium user.

Beginner Level: 10s max per request Advanced Level: 10s max per user (accumulated)