Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个web dyno可以处理我所有的网络请求。如果有一个请求进来,那是一个long-pooling请求,你如何将该连接传递给一个worker dyno?
web dyno
long-pooling
worker dyno
前任。需要将要example.com/long-pooling处理的请求传递给以释放更多请求。web dynoworker dynoweb dyno
example.com/long-pooling
谢谢。
您并没有完全传递request。听起来你想要一个像 RQ 或 Celery 这样的队列库。本质上,您将长时间运行的请求排队,然后在客户端轮询更新