I like the cog framework, I’ve used it for one small project.
this post was submitted on 31 Jul 2023
3 points (58.8% liked)
Machine Learning
1765 readers
5 users here now
founded 4 years ago
MODERATORS
How do people use the HTTP interface in production? I'm curious because I found it necessary to use a queue in production in order to handle many requests and smoothly scale up workers, yet every containerization approach I've seen uses this synchronous HTTP based approach. Are there any standard containerization methods that rely on queues instead ?