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

Fix: Add Missing Queues to Infrastructure Script #13

Merged
merged 9 commits into from
Oct 20, 2024

Conversation

aymenfurter
Copy link
Owner

Summary

This PR addresses the issue where the container fails to start due to missing Azure storage queues, causing a QueueNotFoundError. The root cause was the absence of the necessary queues in the infrastructure script.

Details:

  • Added the required Azure storage queues for:
    • Pending file uploads
    • Pending index

These queues are now created during the infrastructure setup process to prevent the QueueNotFoundError that was being encountered.

Steps to Test:

  1. Run azd up to deploy the infrastructure.
  2. Verify that the two queues (ingestion, indexing) are created in the Azure Storage account.
  3. Ensure the container starts successfully without any queue-related errors.

Linked Issue:

  • Issue #12 - Container is throwing error while trying to start.

@aymenfurter aymenfurter merged commit 59e2ac3 into main Oct 20, 2024
1 check passed
@aymenfurter aymenfurter deleted the fix/missing-queues branch October 20, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant