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.
我有一个延迟的交易创建工作。首先,我创建了一个事务,它的状态是已创建。然后它应该被移动到 IN_REVIEW,在这个延迟时间(60 秒)内我可以取消交易。那么,OnProcess 和 OnQueueActive 事件有什么区别呢?和 OnQueueCompleted?现在我通过在 OnProcess 装饰函数中调用 job.moveToComplete 方法来完成我的工作。