Josue Lopez
Josue Lopez
We currently import archived repos and we do not have a control mechanism for this. We should add a setting that allows users to determine if archived repos are imported...
We are adding support in the DB and Worker to be able to set a priority value for syncs so we need to add support in the UI for managing...
While working on a fuse deployment I noticed the helm apply was taking a long time. I found the new worker pod was pending waiting for the old pod to...
We need to research what options we can add that will allow us to add retry logic to any of the external dependencies like database and http calls. Relates to...
We attempted to add a PK to git_commit_stats but found that submodules can cause the current schema we have to allow for duplicates. We need to find a way to...
There are times when syncing data that we receive errors from GitHub that appear to be transient and we need to add retry logic so we can recover from this...
We are sporadically seeing errors from the worker when it is updating the keep alive for a sync job. Example error ``` "error": "timeout: context canceled", "message": "could not set...
Currently when migrations run and there is "no change" the log message is set to a severity of "ERROR" and this should be reduced to "INFO" as this is an...
Today we do not log any context in the logs to let us trace what routine is generating the log. Since we allow for concurrency adding some sort of routine...
I attempted to login to a deployment I had not logged into before but instead of being routed to /login the UI allowed me into /repos and started showing permissions...