voarsh2
voarsh2
There's an easy way to re-enable uploads: Simply add this to your docker-compose/Dockerfile: ENV JAVA_OPTS="-javaagent:${AGENT_PATH}/${AGENT_FILENAME} ${JAVA_OPTS} ${CATALINA_OPTS} -Dupm.plugin.upload.enabled=true"
I tried this PR branch, added the bot token, server ID, specified channels, and unspecified them, and new chats and/or existing chats were not being indexed. It looks like I...
I did some work on this and got it indexing. It follows a similar pattern to the Slack connector: For regular messages: - Each message becomes its own document -...
Isn't pod affinity enough without this webhook stuff?
if you are re-installing you need to make sure the docker volume for the mysql container is fresh. The docker-compose.yaml will set the root/confluence user password according to the config.
Seem Jira/Confluence has a flood of new people asking for assistant on using the agent. Surprised.
> redis.opstreelabs.in/recreate-statefulset: "true" > redis.opstreelabs.in/recreate-statefulset-strategy: "orphan" That's nice, but for helm chart users (Redis Cluster chart) - use ```recreateStatefulSetOnUpdateInvalid: true``` setting
@jamessewell is anyone able to review this?
> I'm looking for something like this right now, but I was wondering if this should be coming from the model `Meta` instead in a more declarative way. Can this...
> Oooh! Neat! > > So this is similar to the way these other libs work right? > > * https://github.com/timescale/timescaledb-ruby > * https://github.com/timescale/timescaledb-ts Hi @jamessewell, Yes, my implementation is...