Commit Graph

6 Commits

Author SHA1 Message Date
02c28be403 reduce unction is no longer async 2024-02-01 11:24:13 +08:00
792f13edfc Remove async from non-async function 2024-02-01 10:49:48 +08:00
570b7a4b78 Use a set in redis and push items to the set
This lets us grab all available items, apply them, and then
remove them from the set. Once completed the items that were
applied can be removed from the set, if any new items were
added during that time they wont be effected.
2024-02-01 09:59:42 +08:00
a060aaf496 Make reading position parsing safer 2024-02-01 09:59:42 +08:00
7bb3718a8f Add job to sync read position data 2024-02-01 09:59:41 +08:00
a40f5bed55 Create a service for interacting with cached read positions 2024-02-01 09:59:41 +08:00