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

Disable MQTT countdown after connecting to broker at Butler startup when MQTT integration is disabled #913

Closed
mountaindude opened this issue Dec 12, 2023 · 0 comments · Fixed by #899 or #981
Labels

Comments

@mountaindude
Copy link
Collaborator

What version of Butler are you using?

9.3.1

What version of Node.js are you using? Not applicable if you use the standalone version of Butler.

What command did you use to start Butler?

What operating system are you using?

macOs

What CPU architecture are you using?

Intel

What Qlik Sense versions are you using?

2023-Aug

Describe the Bug

When starting Butler you currently see this:

...
...
2023-12-12T18:06:48.999Z info: MAIN: Sleeping 5 seconds to allow MQTT to connect.
2023-12-12T18:06:48.999Z info: 5...
2023-12-12T18:06:49.020Z info: Connected to MQTT server <broker IP>:1884, with client ID mqttjs_123456
2023-12-12T18:06:50.019Z info: 4...
2023-12-12T18:06:51.022Z info: 3...
2023-12-12T18:06:52.027Z info: 2...
2023-12-12T18:06:53.029Z info: 1...
2023-12-12T18:06:54.044Z info: Verifying that all Windows services specified in config file exist and can be reached.
...
...

This makes sense when MQTT is enabled and need some time to connect properly.
Not so much sense when MQTT is disabled...

Expected Behavior

No response

To Reproduce

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment