Commit Graph

18 Commits

Author SHA1 Message Date
c7d55079c2 timer: timer inner loop auto recover from panic (#46412)
close pingcap/tidb#46411
2023-08-28 10:03:36 +00:00
d9d2dd1a51 timer: support cron syntax for timer framework (#46331)
close pingcap/tidb#46330
2023-08-28 07:24:36 +00:00
7b5f48b227 *: use std/slices to replace exp/slices (#46250)
ref pingcap/tidb#45933
2023-08-21 05:53:04 +00:00
dcd4667ae9 *: use std/slices to replace exp/slices (#46221)
ref pingcap/tidb#45933
2023-08-18 09:12:32 +00:00
f2992f9e3f timer: refactor timer runtime metrics to make it more flexible to use (#45644)
close pingcap/tidb#45610
2023-07-31 05:28:07 +00:00
6d6547a2eb timer,ttl: add some metrics for timer framework and TTL timer syncing (#45611)
close pingcap/tidb#45610
2023-07-28 04:52:35 +00:00
c0459da30d ttl: ttl use timer framework to trigger jobs (#45469)
close pingcap/tidb#45468
2023-07-26 04:46:33 +00:00
174810ab58 timer: Add more tests for 'takeSession' and 'runInTxn' in timer table store (#45528)
close pingcap/tidb#45527
2023-07-24 10:48:02 +00:00
f9e562108e timer: add sys table mysql.tidb_timers to store all timers in tidb (#45129)
close pingcap/tidb#45128
2023-07-13 16:59:14 +00:00
2b3abcdc74 timer: support manual trigger for timer framework (#45012)
close pingcap/tidb#45009
2023-07-08 04:20:10 +00:00
4ca930df30 timer: use read/write lock for timer's memory store (#44721)
close pingcap/tidb#44720
2023-06-16 06:11:10 +00:00
6475160fba timer: fix unstable test TestEtcdNotifier (#44709)
close pingcap/tidb#44708
2023-06-16 01:35:08 +00:00
2538c41f38 timer: Support set Tags for timer in timer framework (#44604)
close pingcap/tidb#44603
2023-06-15 08:15:10 +00:00
080d4885cd timer: implement table based TimerStore (#44446)
close pingcap/tidb#44445
2023-06-12 15:33:07 +00:00
f098548642 timer: fix data race in timer store (#44577)
close pingcap/tidb#44576
2023-06-12 04:15:06 +00:00
70c5cfcdb2 timer: implement TimerGroupRuntime to trigger timer events in background (#44178)
close pingcap/tidb#44175
2023-06-06 07:37:40 +00:00
b0e139f366 timer: Add TimerStore add a memory implement (#43940)
close pingcap/tidb#43938
2023-05-22 07:33:38 +00:00
b22d23e7b1 timer: add user interfaces for timer framework (#43837)
close pingcap/tidb#43836
2023-05-17 09:14:04 +00:00