I am trying to submit test job using squad.

When squad fetch the result of lava, the interval is too long.

It takes at least 1 hour. I want to reduce fetch time as short as possible.


This is what Squad team answer.

Alternatively you can turn on ZMQ notifications in LAVA and run squad
listener. This will cause test results to be fetched immediately after
the test job finishes in LAVA. Enabling ZMQ publisher:
https://master.lavasoftware.org/static/docs/v2/advanced-installation.html#configuring-event-notifications.
SQUAD listener is a separate process. It doesn't need any additional

settings on top of what you already have.


So I want to try restart lava-publisher service.

I am running lava-server and dispatcher using Linaro lava docker image.

On docker container, there is no service named lava-publisher.

How can I manage this?

Thanks.