Adrian Edwards
Adrian Edwards
Every time augur starts up we generate a unique UUID name for the task queue (or whatever) It happens in lines like this (both in this file and in the...
I'm observing a memory spike when starting up augur that is so large it is causing celery to get OOM killed (albeit by a userland script i have installed). After...
``` [2025-10-23 17:47:51,777: WARNING/MainProcess] /augur/.venv/lib/python3.11/site-packages/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: [augur] | In Celery 5.1 we introduced an optional breaking change which [augur] | on connection loss cancels all currently executed tasks with late...
One of the challenges is that we have several ways to initialize the schema and they are all different. - the .sql file you use here is pretty static/independent, likely...
https://github.com/chaoss/augur/blob/4732c8090ec76924d6c920c991eedd9e26d73617/augur/application/cli/tasks.py#L37-L39 This should use the same config values that were added in #3337 Gen AI disclosure: This issue was identified by generative AI and verified by me looking at the...
In postgres, when rows are deleted, they arent removed from disk immediately, but simply marked for deletion. a process called vacuuming is what actually frees the space up and typically...
This is separate from the issue with the `contributors` table. This seems like it may be related to github events API changes relating to contributor information
https://oss-augur.readthedocs.io/en/main/getting-started/frontend.html These docs (for the manual/hard mode setup) point to a command that does not exist. ```bash (augur_venv) (base) admin@Administrators-MacBook-Air augur % uv run augur config init-frontend warning: `VIRTUAL_ENV=/Users/admin/augur_venv` does...
Was just struggling to test #3337 because of issues mounting my `augur.json` and logs directories into the container environment (podman) for testing. While this was an issue on my somewhat...
Since getting started with augur this is now the second time i've run into an issue where the fix was "you need to have these development headers for this thing...