Commit graph

5 commits

Author SHA1 Message Date
Oliver Davies 42eb28771b Remove unused imports 2024-05-22 07:02:39 +01:00
Oliver Davies b2215f0e7f Don't update talks periodically in a cron job
I don't think this needs to be run daily. It should be OK updating each
talk if or when it's updated.
2024-05-22 06:59:23 +01:00
Oliver Davies 0c91825c16 Create a cached talk counter
Create a cached version of the talk counter service that returns a
cached result of the talk count for that day.

This uses the Decorator design pattern to decorate the existing
`TalkCounter` service and works as they both implement the same
`TalkCounterInterface`.
2024-05-16 14:05:26 +01:00
Oliver Davies d2ec2d4ab4 Fix token error 2024-04-15 07:49:30 +01:00
Oliver Davies 01398280c7 Re-add opdavies_talks module 2024-04-11 23:06:13 +01:00