Am 28.11.2016 um 20:15 schrieb Seth House:
Hi Seth,
Thanks for your answer.
> Hi. Salt's RunnerClient API has an internal timeout [1]. It looks like
> you're hitting that. There was a recent PR to catch that error to
> return a better HTTP status code [2]. The syntax in your gist looks
> exactly right to me. I would expect that to work. I tested that param
> via salt-api a couple weeks ago with success on 2016.3 (IIRC) for a
> runner that took around six minutes to run.
The docs say, that the timeout is set to "none" So there shouldn't be
any timeout?
The HTTP Code is 500. See the Gist, I updated it with more information.
I also made a mistake. My first tests were without the time. After I did
it right by using the timeout the log message changed. I update the Gist
accordingly. Sorry for the mixup.
The Orchestrator-Job is running fine and takes a little longer than 10
minutes. But I always get the 500/timeout error from the API.
> What Salt version are you running?
2016.3.4
> Do you actually need the full 30 minutes or is there any difference if
> you lower that value a tad?
I also tried it with 15 minutes. But it had the same outcome.
When the orchestrator is run on the CLI via "salt-run" it works just
fine. It even is about a minute faster.
Thanks, Shorty