Refactor the snapshot component #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Snapshot 重构计划
RTT: Real Time Tick
我们将会有一个特殊的job:
snapshotTick
, 它每秒钟被添加到队列, 通过读取数据库中的snapshot_schedule
表来决定当前将向队列加入哪些任务。
此外, 我们还会有一个每隔三到五分钟执行的任务, 它负责向数据库插入需要被派遣的任务。
Done in commit 48b1130cba