docs(activity): document fetched_at format and Cache concurrency safety #340
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/steeper!340
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/290-cache-fetched-at-docs"
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?
What
fetched_atcolumn specifying RFC3339 formatCachestruct documenting thatsql.DBis safe for concurrent useWhy
The
fetched_atformat was unspecified, making it unclear how to parse or compare timestamps. TheCachestruct lacked any doc comment about concurrency despite being shared across goroutines.Testing
go buildpassesgo test -race -short ./...passesCloses #290
Review
Result: Approved — no issues. Closes #290.
5-line doc change:
Cachestruct godoc notingsql.DBconcurrency safety, and-- RFC3339SQL comment onfetched_atcolumn. No functional change.