refactor: move issue activity tracking from django-channels to rqworker (#207)

* refactor: move issue activity tracking from django channels to rqworker

* refactor: update old value and new value from character type to text type
This commit is contained in:
pablohashescobar 2023-01-31 00:46:59 +05:30 committed by GitHub
parent 0ff5f363ee
commit 45a52116a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 566 additions and 761 deletions

View file

@ -68,21 +68,6 @@ services:
env_file:
- ./apiserver/.env
plane-channel-worker:
image: plane-api
container_name: plane-channel-worker
restart: always
depends_on:
- redis
- db
- plane-api
command: ./bin/channel-worker
links:
- redis:redis
- db:db
env_file:
- ./apiserver/.env
volumes:
pgdata:
redisdata: