Andrew Brain

Results 10 issues of Andrew Brain

**Description:** When augur is run with the `--disable-collection` flag, it still tries to purge redis and celery when shutting down. This causes a connection error since they weren't started **How...

bug

**Description:** The repo path in the seed data is in this format `https://github.com/chaoss/augur/` when it should be in this format `github.com/chaoss/` **How to reproduce:** 1. Create a brand new instance...

bug

**Description** - Update github ratelimit response handling based on Github API docs. The github docs state this ([docs link](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#exceeding-the-rate-limit)): If you exceed your primary rate limit, you will receive a...

# Discussed Solution 1. Create alembic script that adds `repo_src_id` to the repo table 2. Add `populate_repo_src_id` task to fill repo_src_ids over time 3. Add check when inserting to make...

- Add "Worker Oauth Keys" section to the admin dashboard - Display keys in a table - Use the same table layout and formatting that is used for current frontend...

documentation
more info needed

* Raise SecordaryRateLimitException and handle it separately from regular rate limit exception * Sleep 5 seconds longer than the retry after * Log when retry after header or rate limit...

* Remove keys from key pool when they become invalid while an augur instance is running

- On startup take the file config and update the database with it - On shutdown take the database config and update the file config - All config changes made...