Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is an URL set with the application service? #36

Open
railsmechanic opened this issue Sep 27, 2024 · 0 comments
Open

Why is an URL set with the application service? #36

railsmechanic opened this issue Sep 27, 2024 · 0 comments

Comments

@railsmechanic
Copy link

railsmechanic commented Sep 27, 2024

I'm currently testing a large mirgation from RocketChat to Matrix and I wonder why url: 'http://127.0.0.1:1234' is set within app-service.example.yaml?

While the migration is running, I receive the following error every 5 minutes:

Error sending request to  PUT http://127.0.0.1:1234/_matrix/app/v1/transactions/1: ConnectionRefusedError Connection refused

What is the URL all about? The Application Service API documentation says that one can also use null. Please have a look at: https://spec.matrix.org/v1.11/application-service-api/

With the url set, a number of requests are cached in the database, which are then periodically executed again and again.

Can you explain this to me? Many thanks for this.

@railsmechanic railsmechanic changed the title Why set URL for application service? Why is an URL set with the application service? Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant