You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
The github star sync plugin needs to store state (last read page, last ingested time) somewhere.
The only thing available is cache (redis), which should not be used as persistent storage.
A solution is needed.
I wouldn't want to introduce new services and databases (mongodb, anyone?), so the easiest thing is probably a postgres-backed localStorage API that you can call from within plugins.
The text was updated successfully, but these errors were encountered:
The github star sync plugin needs to store state (
last read page
,last ingested time
) somewhere.The only thing available is
cache
(redis), which should not be used as persistent storage.A solution is needed.
I wouldn't want to introduce new services and databases (mongodb, anyone?), so the easiest thing is probably a postgres-backed
localStorage
API that you can call from within plugins.The text was updated successfully, but these errors were encountered: