Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: repo-query indexing does not retry when 404 #257

Open
1 of 2 tasks
bdougie opened this issue Aug 15, 2023 · 4 comments
Open
1 of 2 tasks

Feature: repo-query indexing does not retry when 404 #257

bdougie opened this issue Aug 15, 2023 · 4 comments

Comments

@bdougie
Copy link
Member

bdougie commented Aug 15, 2023

Type of feature

🍕 Feature

Current behavior

When indexing a repository that is not found, the repo-query goes and indexes it, but never retries when indexing is done.

Screen Shot 2023-08-15 at 1 25 08 PM

This is what I was explaining in the discord @diivi and @Anush008

Suggested solution

The function looks like it is a loop, but it fails or exits too soon. Not sure if a try/catch or similar is needed.

https://github.com/open-sauced/ai/blob/beta/src/repo-query/pages/indexing.tsx#L45

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@Anush008
Copy link
Member

Hey @bdougie. I haven't encountered this after #253 got merged.

Untitled2-2

Can you confirm the version you are running has the patch introduced in #253?

@bdougie
Copy link
Member Author

bdougie commented Aug 16, 2023

Ok. I'll take another look. That PR did go live on the chrome store until a few hours ago.

@a0m0rajab
Copy link
Contributor

I tried to understand and replicate this but got lost, is this issue still relative?

@Anush008
Copy link
Member

I wasn't able to reproduce. Maybe @bdougie can update of this was resolved for him.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants