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

MQTT Broker listen messages randomly #10812

Open
bastianfbr opened this issue Sep 13, 2024 · 4 comments
Open

MQTT Broker listen messages randomly #10812

bastianfbr opened this issue Sep 13, 2024 · 4 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@bastianfbr
Copy link

bastianfbr commented Sep 13, 2024

Bug Description

After working a lot with n8n, i did some workflows with MQTT Triggers. Everything worked fine before but now worfklows are randomly triggers. I have a program which send messages to topics i listen. Messages are really sent but triggers are 1/100 triggered... What can i do ? Sounds like listeners aren't always listening.

In addition, I have a custom MQTT trigger in a workflow that avoid listening to retained messages and when i want to enable it, i have this error :
image

To Reproduce

Create several workflows with MQTT Triggers
Activate all and see them not triggered

Expected behavior

Just want that everything works as expected : should be triggered every time a message is listened

Operating System

Windows 11

n8n Version

1.57.0

Node.js Version

18

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Sep 13, 2024

Hey @bastianfbr,

We have created an internal ticket to look into this which we will be tracking as "GHC-229"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Sep 13, 2024
@Joffcom
Copy link
Member

Joffcom commented Sep 16, 2024

Hey @bastianfbr,

Are you using the same mqtt topic or different topics and how many do you get up to before seeing the issue?

@bastianfbr
Copy link
Author

It was for the same topic

@Joffcom
Copy link
Member

Joffcom commented Sep 17, 2024

Hey @bastianfbr,

Typically I would expect one workflow and trigger per topic, Can you share a bit more info about what it is you are doing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants