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.
我有一个用于上传文件的 API 端点,目前已通过现在设置。但是,一旦文件被上传,我需要启动一个处理音频的进程,这可能需要一些时间(可能长达 5 分钟)。我将如何在now/micro框架内构建它?
now
micro
根据Zeit 支持团队,他们建议使用队列,但他们目前(截至 2019 年 7 月)不支持队列。