Hello, I am running the rasa X on server Quick install script and I have been facing the following issue and cannot figure out a solution.
When I enter the URL provided after the quick-install script. I end up with this error on my browser :
ERROR
The requested URL could not be retrieved
connection to 172.18.3.100 failed.
system returned : (111) Connection refused
This is completely normal regarding the fact that my cluster cannot communicate with the outside world :
$ kubectl get services -n rasa
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
rasa-redis-headless ClusterIP None <none> 6379/TCP 17m
rasa-rabbit-headless ClusterIP None <none> 4369/TCP,5672/TCP,25672/TCP,15672/TCP 17m
rasa-postgresql-headless ClusterIP None <none> 5432/TCP 17m
rasa-redis-master ClusterIP 10.43.218.74 <none> 6379/TCP 17m
rasa-rasa-x-rasa-production ClusterIP 10.43.60.137 <none> 5005/TCP 17m
rasa-postgresql ClusterIP 10.43.170.186 <none> 5432/TCP 17m
rasa-rasa-x-nginx ClusterIP 10.43.134.236 <none> 8000/TCP 17m
rasa-rasa-x-rasa-x ClusterIP 10.43.102.39 <none> 5002/TCP 17m
rasa-rasa-x-rasa-worker ClusterIP 10.43.2.85 <none> 5005/TCP 17m
rasa-rabbit ClusterIP 10.43.187.142 <none> 4369/TCP,5672/TCP,25672/TCP,15672/TCP 17m
rasa-rasa-x-app ClusterIP 10.43.171.33 <none> 5055/TCP,80/TCP 17m
There is no external-ip on the creation of my cluster and I cannot figure out why… I’m a bit stuck does someone have any lead?
OS NAME=“Ubuntu” VERSION=“18.04.3 LTS (Bionic Beaver)”
Rasa versions RASA_X_VERSION=0.31.1 RASA_VERSION=1.10.8
Browser Version 83.0.4103.116 (Official build) (64 bits)
Usefull informations?
$ kubectl get pods --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system helm-install-traefik-49587 0/1 Completed 0 17d
kube-system local-path-provisioner-6d59f47c7-q6bnh 1/1 Running 8 21d
kube-system metrics-server-7566d596c8-nb7zn 1/1 Running 8 21d
kube-system coredns-8655855d6-88cct 1/1 Running 10 21d
rasa rasa-rasa-worker-794d868b4b-65x6f 1/1 Running 0 19m
rasa rasa-rasa-production-57b8b945b9-6l99f 1/1 Running 0 19m
rasa rasa-postgresql-0 1/1 Running 0 19m
rasa rasa-app-5794444455-6l8tw 1/1 Running 0 19m
rasa rasa-redis-master-0 1/1 Running 0 19m
rasa rasa-nginx-7b6464c486-9qv28 1/1 Running 0 19m
rasa rasa-rasa-x-66db886dbc-nt2xq 1/1 Running 0 19m
rasa rasa-rabbit-0 1/1 Running 0 19m
rasa rasa-event-service-6598867d8c-h2d7d 1/1 Running 1 19m
kubectl logs -f rasa-rasa-x-66db886dbc-nt2xq -n rasa
INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
INFO:alembic.runtime.migration:Will assume transactional DDL.
INFO:alembic.runtime.migration:Running upgrade -> 2a216ed121dd, Initial migration
INFO:alembic.runtime.migration:Running upgrade 2a216ed121dd -> 9d4a16758d6e, Addition of `is_default` and `description` columns to `user_role` table.
INFO:alembic.runtime.migration:Running upgrade 9d4a16758d6e -> e3a3a2789e20, Add index to `conversation_id` column of table `conversation_event`.
INFO:alembic.runtime.migration:Running upgrade e3a3a2789e20 -> 59b7be3ad5fc, Add `extractor` column to table `nlu_training_data_entity`.
INFO:alembic.runtime.migration:Running upgrade 59b7be3ad5fc -> 1dfbf67d6ae2, Support for individually unfeaturized entities in domain.
INFO:alembic.runtime.migration:Running upgrade 1dfbf67d6ae2 -> b4a9bd47b6e0, Indexes for faster NLU logs and training data queries.
INFO:alembic.runtime.migration:Running upgrade b4a9bd47b6e0 -> 8b528d137850, Add single column id for domain objects such as actions, slots, etc.
INFO:alembic.runtime.migration:Running upgrade 8b528d137850 -> 45546b047abe, Add index to `timestamp` column in `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade 45546b047abe -> 213f246e1490, Remove duplicated log entries keeping only most recent unique user messages.
INFO:alembic.runtime.migration:Running upgrade 213f246e1490 -> ffddc4250349, Add a column for `triggers` to the domain intents.
INFO:alembic.runtime.migration:Running upgrade ffddc4250349 -> 35a1c7937594, Add `edited_since_last_training` column to `template` table.
INFO:alembic.runtime.migration:Running upgrade 35a1c7937594 -> 6fce9679db61, Add column to `lookup_table` table which contains the number of elements in a table.
INFO:alembic.runtime.migration:Running upgrade 6fce9679db61 -> 4daabca814ee, Oracle Migrations.
INFO:alembic.runtime.migration:Running upgrade 4daabca814ee -> 1d990f240f4d, Change datatype of the `text` column in the table `template` from `String` to `Text`
INFO:alembic.runtime.migration:Running upgrade 1d990f240f4d -> 36c070bd6363, Rename too-long table name `conversation_message_correction`.
INFO:alembic.runtime.migration:Running upgrade 36c070bd6363 -> d45a0bf21e89, Add unique ID to EntitySynonyms
INFO:alembic.runtime.migration:Running upgrade d45a0bf21e89 -> 3b15f8e56784, Add `original_value` field to training data entities.
INFO:alembic.runtime.migration:Running upgrade 3b15f8e56784 -> a86c9fac00fa, Add `rasa_environment` column to `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade a86c9fac00fa -> a813c6c15a4c, Add a column to store the foreign key of a used synonym.
INFO:alembic.runtime.migration:Running upgrade a813c6c15a4c -> cffc160af576, Add data column to User
INFO:alembic.runtime.migration:Running upgrade cffc160af576 -> 945ef2034d57, Add `git_repository` table.
INFO:alembic.runtime.migration:Running upgrade 945ef2034d57 -> 99e6a52a2eb7, Drop 'attributes' column in 'rasa_x_user' table.
INFO:alembic.runtime.migration:Running upgrade 99e6a52a2eb7 -> d9d7b3d9cadd, Add `session_expiration_time` and `carry_over_slots_to_new_session` columns to table `domain`.
INFO:alembic.runtime.migration:Running upgrade d9d7b3d9cadd -> acd80348b093, Add configuration values table.
INFO:alembic.runtime.migration:Running upgrade acd80348b093 -> 443af39e50e3, This migration is left empty because of issue with 0.25.0 release.
INFO:alembic.runtime.migration:Running upgrade 443af39e50e3 -> 22e9e6ea593c, This migration is left empty because of issue with 0.25.0 release.
INFO:alembic.runtime.migration:Running upgrade 22e9e6ea593c -> 8893bba2a522, Rename column `carry_over_slots_to_new_session` and index `nlu_train_data_ent_orig_val_idx`.
INFO:alembic.runtime.migration:Running upgrade 8893bba2a522 -> d5160f2d00b8, Remove duplicate responses.
INFO:alembic.runtime.migration:Running upgrade d5160f2d00b8 -> 8a260b1a797a, FIXED Remove is_unflagged field from Conversations
INFO:alembic.runtime.migration:Running upgrade 8a260b1a797a -> 0b35090e53cf, FIXED Add tables to store conversation tags.
INFO:alembic.runtime.migration:Running upgrade 0b35090e53cf -> 1a712f7b70e9, Delete duplicate events and add unique constraint to `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade 1a712f7b70e9 -> 6738be716c3f, Add slot name and value to ConversationEvent
INFO:alembic.runtime.migration:Running upgrade 6738be716c3f -> 304e0754a200, Add columns for the updated Integrated Version Control features.
INFO:alembic.runtime.migration:Running upgrade 304e0754a200 -> b49ca6b367e3, Add index for flagged conversation events
INFO:alembic.runtime.migration:Running upgrade b49ca6b367e3 -> 37b34bf8df43, Add columns and indices for NLU/Core confidences
/usr/local/lib/python3.7/site-packages/sqlalchemy/dialects/postgresql/base.py:3470: SAWarning: Predicate of partial index conversation_event_flag_index ignored during reflection
% idx_name
INFO:alembic.runtime.migration:Running upgrade 37b34bf8df43 -> 68a8a531a5ee, Add `in_training_data` column to `conversation_session` table.
INFO:alembic.runtime.migration:Running upgrade 68a8a531a5ee -> 66bada3d94ae, Add new `tests.*` permission for admins
INFO:alembic.runtime.migration:Running upgrade 304e0754a200 -> 3fbc8790762e, This migration is left empty because of issues with the 0.26.2 release.
INFO:alembic.runtime.migration:Running upgrade 3fbc8790762e -> ef93223786ba, Remove slot value index completely
INFO:alembic.runtime.migration:Running upgrade ef93223786ba, 66bada3d94ae -> 73f46e0b7789, Merge migrations from 0.26.x
INFO:alembic.runtime.migration:Running upgrade 73f46e0b7789 -> b092b0fe590d, Remove duplicate responses.
INFO:alembic.runtime.migration:Running upgrade b092b0fe590d -> 36fa577b374d, Rename table name `template` and column `template`.
INFO:alembic.runtime.migration:Running upgrade 36fa577b374d -> 425bd8f628db, Add missing permissions for `tester` and `annotator` roles.
INFO:alembic.runtime.migration:Running upgrade 425bd8f628db -> 7b2497cd88dc, Add `username` field to `conversation` table.
INFO:alembic.runtime.migration:Running upgrade 7b2497cd88dc -> ac3fba1c2b86, Add index for `created_by` foreign key.
INFO:alembic.runtime.migration:Running upgrade 8893bba2a522 -> b67a67032c7f, This migration comes from RBAC backport for `0.24.x`.
It is empty because all the permissions that are required for
role-based access control fixes were already added before.
INFO:alembic.runtime.migration:Running upgrade ac3fba1c2b86, b67a67032c7f -> 9e7a97234e85, Merge the migrations from the 0.24.x patch release with
Rasa X databases which didn't run this backported migration.
INFO:alembic.runtime.migration:Running upgrade 9e7a97234e85 -> 8a8562256a8e, Add `hash` column and an index for it to `response` table.
INFO:alembic.runtime.migration:Running upgrade ac3fba1c2b86 -> af3596f6982f, Add the column `in_training_data` to the table `message_log`.
INFO:alembic.runtime.migration:Running upgrade af3596f6982f, 8a8562256a8e -> eb2b98905e7e, Merge heads af3596f6982f and 8a8562256a8e.
INFO:alembic.runtime.migration:Running upgrade eb2b98905e7e -> 479084222950, Add `model` column to table `message_log`.
INFO:alembic.runtime.migration:Running upgrade 479084222950 -> 90b60aff4920, Add a 'review_status' column to the 'conversation' table.
INFO:alembic.runtime.migration:Running upgrade 90b60aff4920 -> 473b15141809, Add `conversations.view.metadata.get` permission to `annotator` role.
wow
/usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unable to get tests from tests/conversation_tests.md:
File 'tests/conversation_tests.md' does not exist. Please, make sure you have end-to-end tests added to your assistant. See https://rasa.com/docs/rasa-x/user-guide/test-assistant for more information.
UserWarning,
wow
Starting Rasa X server... 🚀
$ kubectl cluster-info dump
==== START logs for container rasa-x of pod rasa/rasa-rasa-x-66db886dbc-nt2xq ====
INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
INFO:alembic.runtime.migration:Will assume transactional DDL.
INFO:alembic.runtime.migration:Running upgrade -> 2a216ed121dd, Initial migration
INFO:alembic.runtime.migration:Running upgrade 2a216ed121dd -> 9d4a16758d6e, Addition of `is_default` and `description` columns to `user_role` table.
INFO:alembic.runtime.migration:Running upgrade 9d4a16758d6e -> e3a3a2789e20, Add index to `conversation_id` column of table `conversation_event`.
INFO:alembic.runtime.migration:Running upgrade e3a3a2789e20 -> 59b7be3ad5fc, Add `extractor` column to table `nlu_training_data_entity`.
INFO:alembic.runtime.migration:Running upgrade 59b7be3ad5fc -> 1dfbf67d6ae2, Support for individually unfeaturized entities in domain.
INFO:alembic.runtime.migration:Running upgrade 1dfbf67d6ae2 -> b4a9bd47b6e0, Indexes for faster NLU logs and training data queries.
INFO:alembic.runtime.migration:Running upgrade b4a9bd47b6e0 -> 8b528d137850, Add single column id for domain objects such as actions, slots, etc.
INFO:alembic.runtime.migration:Running upgrade 8b528d137850 -> 45546b047abe, Add index to `timestamp` column in `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade 45546b047abe -> 213f246e1490, Remove duplicated log entries keeping only most recent unique user messages.
INFO:alembic.runtime.migration:Running upgrade 213f246e1490 -> ffddc4250349, Add a column for `triggers` to the domain intents.
INFO:alembic.runtime.migration:Running upgrade ffddc4250349 -> 35a1c7937594, Add `edited_since_last_training` column to `template` table.
INFO:alembic.runtime.migration:Running upgrade 35a1c7937594 -> 6fce9679db61, Add column to `lookup_table` table which contains the number of elements in a table.
INFO:alembic.runtime.migration:Running upgrade 6fce9679db61 -> 4daabca814ee, Oracle Migrations.
INFO:alembic.runtime.migration:Running upgrade 4daabca814ee -> 1d990f240f4d, Change datatype of the `text` column in the table `template` from `String` to `Text`
INFO:alembic.runtime.migration:Running upgrade 1d990f240f4d -> 36c070bd6363, Rename too-long table name `conversation_message_correction`.
INFO:alembic.runtime.migration:Running upgrade 36c070bd6363 -> d45a0bf21e89, Add unique ID to EntitySynonyms
INFO:alembic.runtime.migration:Running upgrade d45a0bf21e89 -> 3b15f8e56784, Add `original_value` field to training data entities.
INFO:alembic.runtime.migration:Running upgrade 3b15f8e56784 -> a86c9fac00fa, Add `rasa_environment` column to `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade a86c9fac00fa -> a813c6c15a4c, Add a column to store the foreign key of a used synonym.
INFO:alembic.runtime.migration:Running upgrade a813c6c15a4c -> cffc160af576, Add data column to User
INFO:alembic.runtime.migration:Running upgrade cffc160af576 -> 945ef2034d57, Add `git_repository` table.
INFO:alembic.runtime.migration:Running upgrade 945ef2034d57 -> 99e6a52a2eb7, Drop 'attributes' column in 'rasa_x_user' table.
INFO:alembic.runtime.migration:Running upgrade 99e6a52a2eb7 -> d9d7b3d9cadd, Add `session_expiration_time` and `carry_over_slots_to_new_session` columns to table `domain`.
INFO:alembic.runtime.migration:Running upgrade d9d7b3d9cadd -> acd80348b093, Add configuration values table.
INFO:alembic.runtime.migration:Running upgrade acd80348b093 -> 443af39e50e3, This migration is left empty because of issue with 0.25.0 release.
INFO:alembic.runtime.migration:Running upgrade 443af39e50e3 -> 22e9e6ea593c, This migration is left empty because of issue with 0.25.0 release.
INFO:alembic.runtime.migration:Running upgrade 22e9e6ea593c -> 8893bba2a522, Rename column `carry_over_slots_to_new_session` and index `nlu_train_data_ent_orig_val_idx`.
INFO:alembic.runtime.migration:Running upgrade 8893bba2a522 -> d5160f2d00b8, Remove duplicate responses.
INFO:alembic.runtime.migration:Running upgrade d5160f2d00b8 -> 8a260b1a797a, FIXED Remove is_unflagged field from Conversations
INFO:alembic.runtime.migration:Running upgrade 8a260b1a797a -> 0b35090e53cf, FIXED Add tables to store conversation tags.
INFO:alembic.runtime.migration:Running upgrade 0b35090e53cf -> 1a712f7b70e9, Delete duplicate events and add unique constraint to `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade 1a712f7b70e9 -> 6738be716c3f, Add slot name and value to ConversationEvent
INFO:alembic.runtime.migration:Running upgrade 6738be716c3f -> 304e0754a200, Add columns for the updated Integrated Version Control features.
INFO:alembic.runtime.migration:Running upgrade 304e0754a200 -> b49ca6b367e3, Add index for flagged conversation events
INFO:alembic.runtime.migration:Running upgrade b49ca6b367e3 -> 37b34bf8df43, Add columns and indices for NLU/Core confidences
/usr/local/lib/python3.7/site-packages/sqlalchemy/dialects/postgresql/base.py:3470: SAWarning: Predicate of partial index conversation_event_flag_index ignored during reflection
% idx_name
INFO:alembic.runtime.migration:Running upgrade 37b34bf8df43 -> 68a8a531a5ee, Add `in_training_data` column to `conversation_session` table.
INFO:alembic.runtime.migration:Running upgrade 68a8a531a5ee -> 66bada3d94ae, Add new `tests.*` permission for admins
INFO:alembic.runtime.migration:Running upgrade 304e0754a200 -> 3fbc8790762e, This migration is left empty because of issues with the 0.26.2 release.
INFO:alembic.runtime.migration:Running upgrade 3fbc8790762e -> ef93223786ba, Remove slot value index completely
INFO:alembic.runtime.migration:Running upgrade ef93223786ba, 66bada3d94ae -> 73f46e0b7789, Merge migrations from 0.26.x
INFO:alembic.runtime.migration:Running upgrade 73f46e0b7789 -> b092b0fe590d, Remove duplicate responses.
INFO:alembic.runtime.migration:Running upgrade b092b0fe590d -> 36fa577b374d, Rename table name `template` and column `template`.
INFO:alembic.runtime.migration:Running upgrade 36fa577b374d -> 425bd8f628db, Add missing permissions for `tester` and `annotator` roles.
INFO:alembic.runtime.migration:Running upgrade 425bd8f628db -> 7b2497cd88dc, Add `username` field to `conversation` table.
INFO:alembic.runtime.migration:Running upgrade 7b2497cd88dc -> ac3fba1c2b86, Add index for `created_by` foreign key.
INFO:alembic.runtime.migration:Running upgrade 8893bba2a522 -> b67a67032c7f, This migration comes from RBAC backport for `0.24.x`.
It is empty because all the permissions that are required for
role-based access control fixes were already added before.
INFO:alembic.runtime.migration:Running upgrade ac3fba1c2b86, b67a67032c7f -> 9e7a97234e85, Merge the migrations from the 0.24.x patch release with
Rasa X databases which didn't run this backported migration.
INFO:alembic.runtime.migration:Running upgrade 9e7a97234e85 -> 8a8562256a8e, Add `hash` column and an index for it to `response` table.
INFO:alembic.runtime.migration:Running upgrade ac3fba1c2b86 -> af3596f6982f, Add the column `in_training_data` to the table `message_log`.
INFO:alembic.runtime.migration:Running upgrade af3596f6982f, 8a8562256a8e -> eb2b98905e7e, Merge heads af3596f6982f and 8a8562256a8e.
INFO:alembic.runtime.migration:Running upgrade eb2b98905e7e -> 479084222950, Add `model` column to table `message_log`.
INFO:alembic.runtime.migration:Running upgrade 479084222950 -> 90b60aff4920, Add a 'review_status' column to the 'conversation' table.
INFO:alembic.runtime.migration:Running upgrade 90b60aff4920 -> 473b15141809, Add `conversations.view.metadata.get` permission to `annotator` role.
wow
/usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unable to get tests from tests/conversation_tests.md:
File 'tests/conversation_tests.md' does not exist. Please, make sure you have end-to-end tests added to your assistant. See https://rasa.com/docs/rasa-x/user-guide/test-assistant for more information.
UserWarning,
wow
e[92mStarting Rasa X server... 🚀e[0m
==== END logs for container rasa-x of pod rasa/rasa-rasa-x-66db886dbc-nt2xq ====
==== START logs for container rabbitmq of pod rasa/rasa-rabbit-0 ====
2020-08-17 13:15:50.378 [info] <0.9.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.379 [info] <0.9.0> Feature flags: [ ] drop_unroutable_metric
2020-08-17 13:15:50.379 [info] <0.9.0> Feature flags: [ ] empty_basic_get_metric
2020-08-17 13:15:50.379 [info] <0.9.0> Feature flags: [ ] implicit_default_bindings
2020-08-17 13:15:50.379 [info] <0.9.0> Feature flags: [ ] quorum_queue
2020-08-17 13:15:50.379 [info] <0.9.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.379 [info] <0.9.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.400 [info] <0.271.0> ra: meta data store initialised. 0 record(s) recovered
2020-08-17 13:15:50.401 [info] <0.276.0> WAL: recovering []
2020-08-17 13:15:50.404 [info] <0.280.0>
Starting RabbitMQ 3.8.3 on Erlang 22.3
Copyright (c) 2007-2020 Pivotal Software, Inc.
Licensed under the MPL 1.1. Website: https://rabbitmq.com
## ## RabbitMQ 3.8.3
## ##
########## Copyright (c) 2007-2020 Pivotal Software, Inc.
###### ##
########## Licensed under the MPL 1.1. Website: https://rabbitmq.com
Doc guides: https://rabbitmq.com/documentation.html
Support: https://rabbitmq.com/contact.html
Tutorials: https://rabbitmq.com/getstarted.html
Monitoring: https://rabbitmq.com/monitoring.html
Logs: <stdout>
Config file(s): /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.conf
Starting broker...2020-08-17 13:15:50.405 [info] <0.280.0>
node : rabbit@rasa-rabbit-0.rasa-rabbit-headless.rasa.svc.cluster.local
home dir : /opt/bitnami/rabbitmq/.rabbitmq
config file(s) : /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.conf
cookie hash : ZObyrGOiUx9hanxuY2xFDA==
log(s) : <stdout>
database dir : /opt/bitnami/rabbitmq/var/lib/rabbitmq/mnesia/rabbit@rasa-rabbit-0.rasa-rabbit-headless.rasa.svc.cluster.local
2020-08-17 13:15:50.413 [info] <0.280.0> Running boot step pre_boot defined by app rabbit
2020-08-17 13:15:50.413 [info] <0.280.0> Running boot step rabbit_core_metrics defined by app rabbit
2020-08-17 13:15:50.413 [info] <0.280.0> Running boot step rabbit_alarm defined by app rabbit
2020-08-17 13:15:50.415 [info] <0.286.0> Memory high watermark set to 12810 MiB (13433297305 bytes) of 32027 MiB (33583243264 bytes) total
2020-08-17 13:15:50.417 [info] <0.288.0> Enabling free disk space monitoring
2020-08-17 13:15:50.417 [info] <0.288.0> Disk free limit set to 50MB
2020-08-17 13:15:50.418 [info] <0.280.0> Running boot step code_server_cache defined by app rabbit
2020-08-17 13:15:50.418 [info] <0.280.0> Running boot step file_handle_cache defined by app rabbit
2020-08-17 13:15:50.419 [info] <0.291.0> Limiting to approx 65439 file handles (58893 sockets)
2020-08-17 13:15:50.419 [info] <0.292.0> FHC read buffering: OFF
2020-08-17 13:15:50.419 [info] <0.292.0> FHC write buffering: ON
2020-08-17 13:15:50.419 [info] <0.280.0> Running boot step worker_pool defined by app rabbit
2020-08-17 13:15:50.419 [info] <0.281.0> Will use 2 processes for default worker pool
2020-08-17 13:15:50.419 [info] <0.281.0> Starting worker pool 'worker_pool' with 2 processes in it
2020-08-17 13:15:50.419 [info] <0.280.0> Running boot step database defined by app rabbit
2020-08-17 13:15:50.419 [info] <0.280.0> Node database directory at /opt/bitnami/rabbitmq/var/lib/rabbitmq/mnesia/rabbit@rasa-rabbit-0.rasa-rabbit-headless.rasa.svc.cluster.local is empty. Assuming we need to join an existing cluster or initialise from scratch...
2020-08-17 13:15:50.419 [info] <0.280.0> Configured peer discovery backend: rabbit_peer_discovery_k8s
2020-08-17 13:15:50.419 [info] <0.280.0> Will try to lock with peer discovery backend rabbit_peer_discovery_k8s
2020-08-17 13:15:50.419 [info] <0.280.0> Peer discovery backend does not support locking, falling back to randomized delay
2020-08-17 13:15:50.419 [info] <0.280.0> Peer discovery backend rabbit_peer_discovery_k8s supports registration.
2020-08-17 13:15:50.420 [info] <0.280.0> Will wait for 336 milliseconds before proceeding with registration...
2020-08-17 13:15:50.764 [info] <0.280.0> All discovered existing cluster peers:
2020-08-17 13:15:50.764 [info] <0.280.0> Discovered no peer nodes to cluster with. Some discovery backends can filter nodes out based on a readiness criteria. Enabling debug logging might help troubleshoot.
2020-08-17 13:15:50.765 [info] <0.44.0> Application mnesia exited with reason: stopped
2020-08-17 13:15:50.846 [info] <0.280.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-08-17 13:15:50.865 [info] <0.280.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-08-17 13:15:50.866 [info] <0.280.0> Feature flag `drop_unroutable_metric`: supported, attempt to enable...
2020-08-17 13:15:50.866 [info] <0.280.0> Feature flag `drop_unroutable_metric`: mark as enabled=state_changing
2020-08-17 13:15:50.873 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.873 [info] <0.280.0> Feature flags: [~] drop_unroutable_metric
2020-08-17 13:15:50.873 [info] <0.280.0> Feature flags: [ ] empty_basic_get_metric
2020-08-17 13:15:50.873 [info] <0.280.0> Feature flags: [ ] implicit_default_bindings
2020-08-17 13:15:50.873 [info] <0.280.0> Feature flags: [ ] quorum_queue
2020-08-17 13:15:50.873 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.873 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.879 [info] <0.280.0> Feature flag `drop_unroutable_metric`: mark as enabled=true
2020-08-17 13:15:50.888 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.888 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:50.888 [info] <0.280.0> Feature flags: [ ] empty_basic_get_metric
2020-08-17 13:15:50.888 [info] <0.280.0> Feature flags: [ ] implicit_default_bindings
2020-08-17 13:15:50.888 [info] <0.280.0> Feature flags: [ ] quorum_queue
2020-08-17 13:15:50.888 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.888 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.893 [info] <0.280.0> Feature flag `empty_basic_get_metric`: supported, attempt to enable...
2020-08-17 13:15:50.894 [info] <0.280.0> Feature flag `empty_basic_get_metric`: mark as enabled=state_changing
2020-08-17 13:15:50.901 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.901 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:50.901 [info] <0.280.0> Feature flags: [~] empty_basic_get_metric
2020-08-17 13:15:50.901 [info] <0.280.0> Feature flags: [ ] implicit_default_bindings
2020-08-17 13:15:50.901 [info] <0.280.0> Feature flags: [ ] quorum_queue
2020-08-17 13:15:50.901 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.901 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.907 [info] <0.280.0> Feature flag `empty_basic_get_metric`: mark as enabled=true
2020-08-17 13:15:50.915 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.915 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:50.915 [info] <0.280.0> Feature flags: [x] empty_basic_get_metric
2020-08-17 13:15:50.915 [info] <0.280.0> Feature flags: [ ] implicit_default_bindings
2020-08-17 13:15:50.915 [info] <0.280.0> Feature flags: [ ] quorum_queue
2020-08-17 13:15:50.915 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.915 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.921 [info] <0.280.0> Feature flag `implicit_default_bindings`: supported, attempt to enable...
2020-08-17 13:15:50.922 [info] <0.280.0> Feature flag `implicit_default_bindings`: mark as enabled=state_changing
2020-08-17 13:15:50.928 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.928 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:50.929 [info] <0.280.0> Feature flags: [x] empty_basic_get_metric
2020-08-17 13:15:50.929 [info] <0.280.0> Feature flags: [~] implicit_default_bindings
2020-08-17 13:15:50.929 [info] <0.280.0> Feature flags: [ ] quorum_queue
2020-08-17 13:15:50.929 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.929 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.934 [info] <0.280.0> Waiting for Mnesia tables for 30000 ms, 0 retries left
2020-08-17 13:15:50.935 [info] <0.280.0> Feature flag `implicit_default_bindings`: mark as enabled=true
2020-08-17 13:15:50.942 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.942 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:50.942 [info] <0.280.0> Feature flags: [x] empty_basic_get_metric
2020-08-17 13:15:50.943 [info] <0.280.0> Feature flags: [x] implicit_default_bindings
2020-08-17 13:15:50.943 [info] <0.280.0> Feature flags: [ ] quorum_queue
2020-08-17 13:15:50.943 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.943 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.948 [info] <0.280.0> Feature flag `quorum_queue`: supported, attempt to enable...
2020-08-17 13:15:50.949 [info] <0.280.0> Feature flag `quorum_queue`: mark as enabled=state_changing
2020-08-17 13:15:50.956 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.956 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:50.956 [info] <0.280.0> Feature flags: [x] empty_basic_get_metric
2020-08-17 13:15:50.956 [info] <0.280.0> Feature flags: [x] implicit_default_bindings
2020-08-17 13:15:50.956 [info] <0.280.0> Feature flags: [~] quorum_queue
2020-08-17 13:15:50.956 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.956 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:50.962 [info] <0.280.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-08-17 13:15:50.964 [info] <0.280.0> Feature flag `quorum_queue`: migrating Mnesia table rabbit_queue...
2020-08-17 13:15:50.974 [info] <0.280.0> Feature flag `quorum_queue`: migrating Mnesia table rabbit_durable_queue...
2020-08-17 13:15:50.987 [info] <0.280.0> Feature flag `quorum_queue`: Mnesia tables migration done
2020-08-17 13:15:50.987 [info] <0.280.0> Feature flag `quorum_queue`: mark as enabled=true
2020-08-17 13:15:50.995 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:50.995 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:50.995 [info] <0.280.0> Feature flags: [x] empty_basic_get_metric
2020-08-17 13:15:50.995 [info] <0.280.0> Feature flags: [x] implicit_default_bindings
2020-08-17 13:15:50.995 [info] <0.280.0> Feature flags: [x] quorum_queue
2020-08-17 13:15:50.995 [info] <0.280.0> Feature flags: [ ] virtual_host_metadata
2020-08-17 13:15:50.995 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:51.000 [info] <0.280.0> Feature flag `virtual_host_metadata`: supported, attempt to enable...
2020-08-17 13:15:51.001 [info] <0.280.0> Feature flag `virtual_host_metadata`: mark as enabled=state_changing
2020-08-17 13:15:51.008 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:51.008 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:51.008 [info] <0.280.0> Feature flags: [x] empty_basic_get_metric
2020-08-17 13:15:51.008 [info] <0.280.0> Feature flags: [x] implicit_default_bindings
2020-08-17 13:15:51.008 [info] <0.280.0> Feature flags: [x] quorum_queue
2020-08-17 13:15:51.008 [info] <0.280.0> Feature flags: [~] virtual_host_metadata
2020-08-17 13:15:51.008 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:51.014 [info] <0.280.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-08-17 13:15:51.028 [info] <0.280.0> Feature flag `virtual_host_metadata`: mark as enabled=true
2020-08-17 13:15:51.035 [info] <0.280.0> Feature flags: list of feature flags found:
2020-08-17 13:15:51.035 [info] <0.280.0> Feature flags: [x] drop_unroutable_metric
2020-08-17 13:15:51.035 [info] <0.280.0> Feature flags: [x] empty_basic_get_metric
2020-08-17 13:15:51.035 [info] <0.280.0> Feature flags: [x] implicit_default_bindings
2020-08-17 13:15:51.035 [info] <0.280.0> Feature flags: [x] quorum_queue
2020-08-17 13:15:51.035 [info] <0.280.0> Feature flags: [x] virtual_host_metadata
2020-08-17 13:15:51.035 [info] <0.280.0> Feature flags: feature flag states written to disk: yes
2020-08-17 13:15:51.042 [info] <0.280.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-08-17 13:15:51.061 [info] <0.280.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-08-17 13:15:51.062 [info] <0.280.0> Will register with peer discovery backend rabbit_peer_discovery_k8s
2020-08-17 13:15:51.062 [info] <0.280.0> Running boot step database_sync defined by app rabbit
2020-08-17 13:15:51.062 [info] <0.280.0> Running boot step feature_flags defined by app rabbit
2020-08-17 13:15:51.062 [info] <0.280.0> Running boot step codec_correctness_check defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step external_infrastructure defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_registry defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_queue_location_random defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_event defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_exchange_type_direct defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_exchange_type_headers defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_exchange_type_topic defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_priority_queue defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Priority queues enabled, real BQ is rabbit_variable_queue
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_queue_location_client_local defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step kernel_ready defined by app rabbit
2020-08-17 13:15:51.063 [info] <0.280.0> Running boot step ldap_pool defined by app rabbitmq_auth_backend_ldap
2020-08-17 13:15:51.064 [info] <0.281.0> Starting worker pool 'ldap_pool' with 64 processes in it
2020-08-17 13:15:51.065 [info] <0.280.0> Running boot step rabbit_sysmon_minder defined by app rabbit
2020-08-17 13:15:51.065 [info] <0.280.0> Running boot step rabbit_epmd_monitor defined by app rabbit
2020-08-17 13:15:51.065 [info] <0.591.0> epmd monitor knows us, inter-node communication (distribution) port: 25672
2020-08-17 13:15:51.065 [info] <0.280.0> Running boot step guid_generator defined by app rabbit
2020-08-17 13:15:51.068 [info] <0.280.0> Running boot step rabbit_node_monitor defined by app rabbit
2020-08-17 13:15:51.068 [info] <0.595.0> Starting rabbit_node_monitor
2020-08-17 13:15:51.068 [info] <0.280.0> Running boot step delegate_sup defined by app rabbit
2020-08-17 13:15:51.068 [info] <0.280.0> Running boot step rabbit_memory_monitor defined by app rabbit
2020-08-17 13:15:51.068 [info] <0.280.0> Running boot step core_initialized defined by app rabbit
2020-08-17 13:15:51.068 [info] <0.280.0> Running boot step upgrade_queues defined by app rabbit
2020-08-17 13:15:51.082 [info] <0.280.0> message_store upgrades: 1 to apply
2020-08-17 13:15:51.082 [info] <0.280.0> message_store upgrades: Applying rabbit_variable_queue:move_messages_to_vhost_store
2020-08-17 13:15:51.082 [info] <0.280.0> message_store upgrades: No durable queues found. Skipping message store migration
2020-08-17 13:15:51.082 [info] <0.280.0> message_store upgrades: Removing the old message store data
2020-08-17 13:15:51.083 [info] <0.280.0> message_store upgrades: All upgrades applied successfully
2020-08-17 13:15:51.099 [info] <0.280.0> Running boot step rabbit_connection_tracking defined by app rabbit
2020-08-17 13:15:51.100 [info] <0.280.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit
2020-08-17 13:15:51.100 [info] <0.280.0> Running boot step rabbit_exchange_parameters defined by app rabbit
2020-08-17 13:15:51.100 [info] <0.280.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit
2020-08-17 13:15:51.101 [info] <0.280.0> Running boot step rabbit_policies defined by app rabbit
2020-08-17 13:15:51.103 [info] <0.280.0> Running boot step rabbit_policy defined by app rabbit
2020-08-17 13:15:51.103 [info] <0.280.0> Running boot step rabbit_queue_location_validator defined by app rabbit
2020-08-17 13:15:51.103 [info] <0.280.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit
2020-08-17 13:15:51.103 [info] <0.280.0> Running boot step rabbit_vhost_limit defined by app rabbit
2020-08-17 13:15:51.103 [info] <0.280.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management
2020-08-17 13:15:51.104 [info] <0.280.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent
2020-08-17 13:15:51.104 [info] <0.280.0> Management plugin: using rates mode 'basic'
2020-08-17 13:15:51.104 [info] <0.280.0> Running boot step recovery defined by app rabbit
2020-08-17 13:15:51.105 [info] <0.280.0> Running boot step load_core_definitions defined by app rabbit
2020-08-17 13:15:51.105 [info] <0.280.0> Running boot step empty_db_check defined by app rabbit
2020-08-17 13:15:51.105 [info] <0.280.0> Adding vhost '/' (description: 'Default virtual host')
2020-08-17 13:15:51.134 [info] <0.636.0> Making sure data directory '/opt/bitnami/rabbitmq/var/lib/rabbitmq/mnesia/rabbit@rasa-rabbit-0.rasa-rabbit-headless.rasa.svc.cluster.local/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists
2020-08-17 13:15:51.139 [info] <0.636.0> Starting message stores for vhost '/'
2020-08-17 13:15:51.139 [info] <0.640.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index
2020-08-17 13:15:51.140 [info] <0.636.0> Started message store of type transient for vhost '/'
2020-08-17 13:15:51.140 [info] <0.643.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
2020-08-17 13:15:51.140 [warning] <0.643.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": rebuilding indices from scratch
2020-08-17 13:15:51.141 [info] <0.636.0> Started message store of type persistent for vhost '/'
2020-08-17 13:15:51.142 [info] <0.280.0> Creating user 'user'
2020-08-17 13:15:51.145 [info] <0.280.0> Setting user tags for user 'user' to [administrator]
2020-08-17 13:15:51.148 [info] <0.280.0> Setting permissions for 'user' in '/' to '.*', '.*', '.*'
2020-08-17 13:15:51.151 [info] <0.280.0> Running boot step rabbit_looking_glass defined by app rabbit
2020-08-17 13:15:51.151 [info] <0.280.0> Running boot step rabbit_core_metrics_gc defined by app rabbit
2020-08-17 13:15:51.151 [info] <0.280.0> Running boot step background_gc defined by app rabbit
2020-08-17 13:15:51.151 [info] <0.280.0> Running boot step connection_tracking defined by app rabbit
2020-08-17 13:15:51.155 [info] <0.280.0> Setting up a table for connection tracking on this node: 'tracked_connection_on_node_rabbit@rasa-rabbit-0.rasa-rabbit-headless.rasa.svc.cluster.local'
2020-08-17 13:15:51.159 [info] <0.280.0> Setting up a table for per-vhost connection counting on this node: 'tracked_connection_per_vhost_on_node_rabbit@rasa-rabbit-0.rasa-rabbit-headless.rasa.svc.cluster.local'
2020-08-17 13:15:51.159 [info] <0.280.0> Running boot step routing_ready defined by app rabbit
2020-08-17 13:15:51.159 [info] <0.280.0> Running boot step pre_flight defined by app rabbit
2020-08-17 13:15:51.159 [info] <0.280.0> Running boot step notify_cluster defined by app rabbit
2020-08-17 13:15:51.159 [info] <0.280.0> Running boot step networking defined by app rabbit
2020-08-17 13:15:51.161 [info] <0.689.0> started TCP listener on [::]:5672
2020-08-17 13:15:51.162 [info] <0.280.0> Running boot step cluster_name defined by app rabbit
2020-08-17 13:15:51.162 [info] <0.280.0> Initialising internal cluster ID to 'rabbitmq-cluster-id-8LlAlNOvwlSgtqpAgY85hg'
2020-08-17 13:15:51.165 [info] <0.280.0> Running boot step direct_client defined by app rabbit
2020-08-17 13:15:51.165 [info] <0.280.0> Running boot step os_signal_handler defined by app rabbit
2020-08-17 13:15:51.165 [info] <0.692.0> Swapping OS signal event handler (erl_signal_server) for our own
2020-08-17 13:15:51.165 [warning] <0.702.0> LDAP plugin loaded, but rabbit_auth_backend_ldap is not in the list of auth_backends. LDAP auth will not work.
2020-08-17 13:15:51.192 [info] <0.746.0> Management plugin: HTTP (non-TLS) listener started on port 15672
2020-08-17 13:15:51.192 [info] <0.852.0> Statistics database started.
2020-08-17 13:15:51.192 [info] <0.851.0> Starting worker pool 'management_worker_pool' with 3 processes in it
2020-08-17 13:15:51.193 [info] <0.863.0> Peer discovery: enabling node cleanup (will only log warnings). Check interval: 10 seconds.
2020-08-17 13:15:51.278 [info] <0.9.0> Server startup complete; 6 plugins started.
* rabbitmq_peer_discovery_k8s
* rabbitmq_peer_discovery_common
* rabbitmq_management
* rabbitmq_management_agent
* rabbitmq_auth_backend_ldap
* rabbitmq_web_dispatch
completed with 6 plugins.
2020-08-17 13:16:20.096 [info] <0.916.0> accepting AMQP connection <0.916.0> (10.42.0.87:58518 -> 10.42.0.97:5672)
2020-08-17 13:16:20.102 [info] <0.916.0> connection <0.916.0> (10.42.0.87:58518 -> 10.42.0.97:5672): user 'user' authenticated and granted access to vhost '/'
2020-08-17 13:16:20.142 [info] <0.933.0> accepting AMQP connection <0.933.0> (10.42.0.89:32892 -> 10.42.0.97:5672)
2020-08-17 13:16:20.148 [info] <0.933.0> connection <0.933.0> (10.42.0.89:32892 -> 10.42.0.97:5672): user 'user' authenticated and granted access to vhost '/'
2020-08-17 13:16:20.430 [info] <0.946.0> accepting AMQP connection <0.946.0> (10.42.0.90:52792 -> 10.42.0.97:5672)
2020-08-17 13:16:20.432 [info] <0.946.0> connection <0.946.0> (10.42.0.90:52792 -> 10.42.0.97:5672): user 'user' authenticated and granted access to vhost '/'
2020-08-17 13:16:39.110 [warning] <0.946.0> closing AMQP connection <0.946.0> (10.42.0.90:52792 -> 10.42.0.97:5672, vhost: '/', user: 'user'):
client unexpectedly closed TCP connection
2020-08-17 13:16:41.161 [info] <0.983.0> accepting AMQP connection <0.983.0> (10.42.0.90:52950 -> 10.42.0.97:5672)
2020-08-17 13:16:41.162 [info] <0.983.0> connection <0.983.0> (10.42.0.90:52950 -> 10.42.0.97:5672): user 'user' authenticated and granted access to vhost '/'
==== END logs for container rabbitmq of pod rasa/rasa-rabbit-0 ====
==== START logs for container rasa-x of pod rasa/rasa-event-service-6598867d8c-h2d7d ====
INFO:__main__:Starting event service (standalone: True).
INFO:__main__:Waiting until database migrations have been executed...
INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
INFO:alembic.runtime.migration:Will assume transactional DDL.
INFO:__main__:Check for database migrations completed.
INFO:rasax.community.services.event_consumers.event_consumer:Started Sanic liveness endpoint at port '5673'.
INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rasa-rabbit'.
[2020-08-17 13:16:41 +0000] [21] [INFO] Goin' Fast @ http://0.0.0.0:5673
[2020-08-17 13:16:41 +0000] [21] [INFO] Starting worker [21]
==== END logs for container rasa-x of pod rasa/rasa-event-service-6598867d8c-h2d7d ====