Skip to content

Commit

Permalink
Merge pull request #673 from RasaHQ/disable_socket
Browse files Browse the repository at this point in the history
disable socket.io
  • Loading branch information
indam23 authored Jun 23, 2022
2 parents b640e1b + e7c89a3 commit 6935627
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/deployments/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ releases:
requests:
memory: {{ .Values.rasaWorker.resources.requests.memory }}
cpu: {{ .Values.rasaWorker.resources.requests.cpu}}
additionalChannelCredentials:
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: true
rest: {}
- rabbitmq:
auth:
password: {{ requiredEnv "RABBITMQ_PASSWORD" }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
# * rasa version in requirements.txt
# * rasa-sdk base image version in Dockerfile
RASA_X_VERSION: "1.0.1"
RASA_VERSION: "2.8.17"
RASA_VERSION: "2.8.21"
# Due to the issue with openssl library for Google Cloud SDK (gcloud)
# (https://github.com/GoogleCloudPlatform/github-actions/issues/128)
# we use 297.0.01 version
Expand Down
2 changes: 1 addition & 1 deletion actions/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ def run(self, dispatcher, tracker, domain):


class ActionTagFeedback(Action):
"""Tag a conversation in Rasa X as positive or negative feedback """
"""Tag a conversation in Rasa X as positive or negative feedback"""

def name(self):
return "action_tag_feedback"
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
pytablewriter

# lint/format/types
black==20.8b1
flake8>=3
black==22.3.0
flake8==3.9.2
pytype==2019.7.11
pytest-mock~=3.5.1
# for database cleanup during testing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rasa==2.8.17 # NB! when updating, make sure to also update:
rasa==2.8.21 # NB! when updating, make sure to also update:
# * rasa-sdk base image in Dockerfile
# * RASA_VERSION and RASA_X_VERSION in .github/workflows/continuous-deployment.yml
-r actions/requirements-actions.txt
Expand Down

0 comments on commit 6935627

Please sign in to comment.