Skip to content

Commit

Permalink
Merge pull request #215 from makeplane/develop
Browse files Browse the repository at this point in the history
Stage Release
  • Loading branch information
sriramveeraghanta authored Jan 31, 2023
2 parents f931d6f + 60a35e6 commit 0929202
Show file tree
Hide file tree
Showing 127 changed files with 2,501 additions and 2,105 deletions.
2 changes: 1 addition & 1 deletion apiserver/Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ USER root
RUN apk --update --no-cache add "bash~=5.1"
COPY ./bin ./bin/

RUN chmod +x ./bin/channel-worker ./bin/takeoff ./bin/worker
RUN chmod +x ./bin/takeoff ./bin/worker

USER captain

Expand Down
3 changes: 1 addition & 2 deletions apiserver/Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker plane.asgi:application --bind 0.0.0.0:$PORT --config gunicorn.config.py --max-requests 10000 --max-requests-jitter 1000 --access-logfile -
worker: python manage.py rqworker
channel-worker: python manage.py runworker issue-activites
worker: python manage.py rqworker
6 changes: 0 additions & 6 deletions apiserver/bin/channel-worker

This file was deleted.

1 change: 0 additions & 1 deletion apiserver/plane/api/consumers/__init__.py

This file was deleted.

Loading

1 comment on commit 0929202

@vercel
Copy link

@vercel vercel bot commented on 0929202 Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.