• 2 Posts
  • 4 Comments
Joined 4 years ago
cake
Cake day: June 1st, 2020

help-circle
rss


  • 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 ?