Fomiller / chat-stat

A twitch chat metric tracking application
0 stars 0 forks source link

create cron jobs for timestream queries (weekly/monthly) #103

Open Fomiller opened 6 months ago

Fomiller commented 6 months ago

create cron jobs that run at 12:00 am Monday morning, querying against the previous weeks emotes.

Create this cron job when a new channel is added to Dynamodb. possibly hook into the Dynamodb streams?

the monthly one will be ran at 12:00am on the first of every month.

when a channel is removed from the database these cron jobs will automatically be removed.