this post was submitted on 31 Jul 2023
4 points (61.1% liked)

Machine Learning

1749 readers
10 users here now

founded 4 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

I like the cog framework, I’ve used it for one small project.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

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 ?