feat(rel): add syntactic code intel worker service#1163
Conversation
|
@antonsviridov-src , trying to spin this up locally in testing, I'm seeing the following error: Any ideas what might be the cause here? 🙏 |
|
@jdpleiness responded on slack, but it case you haven't seen: So this seems to be a message by config machinery when frontend is unreachable: https://github.com/sourcegraph/sourcegraph/blob/5c4442eddd7d46e9d1804c61bf399c5ac4f651a6/internal/conf/client.go#L305 which is by default 15 seconds, I've seen it take much much longer to start on my machine |
|
Ahh okay, I'll circle back to this and take a look. Thanks for the hunting down the issue 🙏 |
f0aa877 to
febe62b
Compare
@antonsviridov-src I updated the env vars for the service to match precise code intel like the other deployments. I'm still not able to get this healthy though. I also tried adding a It seems to work fine in our other deployments though 🤔 |
|
Spoke too soon – healthcheck was using incorrect port. I made it explicit in d49d846 and fixed in 5c1ad7a |
|
@jdpleiness I fixed the build here, is there anything else required? |
@antonsviridov-src That should be all. I was OOO last week but I'll get back to this today 🙏 |
I checked this out locally, everything looks good! |


Add SCIW service to deployment
Checklist
Test plan
TODO