nelhage / llama

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retry tasks exceeds timeout locally

zhihaoy opened this issue · comments

Sometimes when a particular translation unit times out, the whole build process comes to a stop:

Running llamacc: Function returned error: "{\"errorMessage\":\"2023-02-16T06:29:04.230Z 33998c93-e482-4be9-bcb4-31dd43af6b62 Task timed out after 60.02 seconds\"}"

It would be nice if that particular task is then run automatically, locally, before the error gets propagated to the build system.