Alex Co

Results 8 comments of Alex Co

Yes, since the notifier config is using consul KV, we can sett the token in the config prefix.

Since now Docker has changed their repo, and package name, how can the puppet module handles the upgrade? I was reading through the commit but it seems only run-able on...

For anyone is interested, i had to pin the exact provider version in my terraform configuration like this to not having the plan drift ``` terraform { required_providers { google...

Yeah i'm having similar situation with Jenkins + k8s agent. Sometimes the pod got the corrected assumed role, sometimes it doesn't. Not sure why

Based on our current finding, mostly the root cause is coming from the case when we use a random name for pod label. When we let Jenkins to generate the...

From my own experience using sqlalchemy for the background job is highly unstable. I had to switch to using redis as both broker and backend. After that, they are way...

I had to modify the code to force using redis as backend and broker. There are no configurations atm to support switching backend and broker.

Also it's a note that for document indexing, Danswer is not relying on Celery, instead it has it's own workers. Celery is only being used for: * Document set sync....