chore: reimplement activity status and autostop improvements (#12175)

This commit is contained in:
Kayla Washburn-Love
2024-02-27 11:06:26 -07:00
committed by GitHub
parent 4e7beee102
commit b2413a593c
17 changed files with 660 additions and 175 deletions

View File

@ -114,6 +114,7 @@ func New(opts Options) *API {
api.StatsAPI = &StatsAPI{
AgentFn: api.agent,
Database: opts.Database,
Pubsub: opts.Pubsub,
Log: opts.Log,
StatsBatcher: opts.StatsBatcher,
TemplateScheduleStore: opts.TemplateScheduleStore,