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.
数据存储和任务队列停机时间之间有什么关联?
(我想在数据存储停机的情况下使用任务队列来推迟一些操作。)
任务队列通常应该比数据存储更耐用,因为它是一个更简单的系统,但不能保证它们不会同时出现中断。