followers-cache-fix-3
All checks were successful
Deploy on push / deploy (push) Successful in 1m27s

This commit is contained in:
Untone 2024-05-30 21:13:50 +03:00
parent 5ba7f5e3c9
commit b3a998fec2
3 changed files with 16 additions and 1 deletions

View File

@ -41,3 +41,12 @@ jobs:
branch: 'dev' branch: 'dev'
git_remote_url: 'ssh://dokku@staging.discours.io:22/core' git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Restart AUTHORIZER
id: restart_authorizer
uses: appleboy/ssh-action@master
with:
host: staging.discours.io
username: dokku
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: ps:restart authorizer

View File

@ -1,3 +1,9 @@
[0.4.0]
- chore: version migrator synced
- feat: precache_data on start
- fix: store id list for following cache data
- fix: shouts stat filter out deleted
[0.3.5] [0.3.5]
- cache isolated to services - cache isolated to services
- topics followers and authors cached - topics followers and authors cached

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "core" name = "core"
version = "0.3.5" version = "0.4.0"
description = "core module for discours.io" description = "core module for discours.io"
authors = ["discoursio devteam"] authors = ["discoursio devteam"]
license = "MIT" license = "MIT"