openHPI / poseidon

Scalable task execution orchestrator for CodeOcean
MIT License
9 stars 1 forks source link

Nomad: StdOut and StdErr over one Nomad connection #445

Open mpass99 opened 1 year ago

mpass99 commented 1 year ago

In the past time we gained some experience in complicating the executed bash command.

We could use this experience to remove the second allocation connection for the StdErr by wrapping the StdErr in a specific pattern as we do with the performance debug messages and as it is don in this StackExchnage article and sending it over the Stdout of our other allocation connection.

The performance must not get worse by the changes.

MrSerth commented 1 year ago

We don't know yet whether this change will actually improve the performance. May we get some further insights with #442.