chore: add tallyman events for ai seat tracking#22689
Merged
Merged
Conversation
This was referenced Mar 5, 2026
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
94fadb3 to
431ac5e
Compare
37583a8 to
17ec635
Compare
431ac5e to
522ed8c
Compare
17ec635 to
119050c
Compare
522ed8c to
d446981
Compare
37a5eea to
b961430
Compare
d446981 to
5854628
Compare
f7a1990 to
3d4ce09
Compare
5854628 to
691cd7f
Compare
3d4ce09 to
33d4fed
Compare
691cd7f to
5c27ce2
Compare
0d542d6 to
4e511de
Compare
2385613 to
4416045
Compare
5c8c1e3 to
953fe60
Compare
4416045 to
a7a70de
Compare
953fe60 to
854dc3d
Compare
a7a70de to
f72dbb6
Compare
854dc3d to
a884dcf
Compare
f72dbb6 to
1af7bf3
Compare
ef434fa to
0143c23
Compare
3d6a148 to
7e1523f
Compare
0143c23 to
cd03dee
Compare
7e1523f to
9cc91b4
Compare
cd03dee to
7840052
Compare
9cc91b4 to
a05813b
Compare
7840052 to
e5d9f7f
Compare
a05813b to
e3483f3
Compare
e5d9f7f to
53e614d
Compare
e3483f3 to
bdbbd8b
Compare
53e614d to
72e0c01
Compare
bdbbd8b to
6688935
Compare
a19f431 to
ce6da7b
Compare
6688935 to
b2d3275
Compare
ce6da7b to
94483e8
Compare
8e4b8c4 to
caffb50
Compare
94483e8 to
9d779ed
Compare
caffb50 to
71ff620
Compare
9d779ed to
4afd9e1
Compare
71ff620 to
e269255
Compare
4afd9e1 to
93b9d70
Compare
Member
Author
|
@deansheather now the
So the heartbeat function only has to generate the event. There is a race between checking if the event exists, generating the event, then inserting. This is ok because inserts are idempotent, and this is just a minor optimization to avoid some work where we can. Maybe we can add better synchronization if we need to fix that race. All the tickers start from this epoch: |
|
To use Codex here, create a Codex account and connect to github. |
Member
Author
|
@codex review |
|
To use Codex here, create a Codex account and connect to github. |
deansheather
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Need to update the metronome and other side before this is merged. The aggregation and publish I believe is handled by the
usage_events_dailytable