Adrian Edwards

Results 148 issues of 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...

deployed version
tech debt

``` [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...

dependencies

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...

database
tech debt

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...

good first issue
config
manual-install

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...

deployed version
database

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

deployed version

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...

documentation
manual-install

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...

containers

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...

documentation
more info needed