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.
我的平台是 nodejs 并开始使用 kue 作为队列引擎。到目前为止它工作得很好,我只是好奇它允许的最大工作 ID,因为我每天有数十亿个工作开始。
它使用 Number 作为 id 所以我认为它是Number.MAX_SAFE_INTEGER= 9007199254740991 或者也许Number.MAX_VALUE
Number.MAX_SAFE_INTEGER
Number.MAX_VALUE