Adrian Edwards

Results 458 comments of Adrian Edwards

the two lines above it are already constraints that ensure uniqueness beased on repo ID and PR source ID (why they are duplicated i dont know, i also suspect we...

This issue has been Solved for repos added via the frontend/web UI (in #2286 and #3056) It will soon be solved for repos added via the CI (Seans [observations](https://github.com/chaoss/augur/issues/3192#issuecomment-3463291932) are...

Closing as duplicate of https://github.com/chaoss/augur/issues/3170 because both are symptoms of deadlocking on the contributors table (as suggested by @Ulincsys)

Looking at the source code behind that PR, it doesnt seem to add an index - it just adds a unique constraint to some of the columns. I believe this...

that seems to check out, even on postgres 16 (the version we are on). Closing.

> There is a function call to update_repos_with_dict that is suppose to update the repo URL in the repo table if its changed .. this is the part we aren't...

it still seems like its in the code, but also this isnt actually an error, its just basically reporting that the repo has moved and there was no redirect (and...

This exception seems to be put here intentionally to stop other facade tasks from running after this one on the same repo if this task detects a repo is gone...

https://dev.to/onticdani/how-to-cleanly-stop-celery-tasks-on-exceptions-1fa0 could be helpful here

ok so the key issue here is that this task tries to stop collection by throwing an exception, but because its defined as part of a celery Group (not a...