pkg/api/client/extended/client.go (3 lines): - line 54: // TODO: this will change when we add reconnection - line 70: // TODO: Do we always want to call Close here? If we don't, we may need to distinguish between recoverable and - line 93: // TODO: add reconnection pkg/api/internal/jobs/jobs.go (1 line): - line 57: // TODO: add job timeout to RunRequest and hook it up here pkg/api/client/basic/client.go (1 line): - line 81: // TODO: compile steps here when we separate step compilation and execution...