[Solved ✅] Timeout Issues with GitHub Search Repository Action
We're experiencing consistent timeout issues (Error 524) when trying to use the GITHUB_SEARCH_REPOSITORIES action. Here are the details:
Issue:
- All calls to GITHUB_SEARCH_REPOSITORIES are timing out
- Cloudflare returns Error 524 (Origin timeout)
- The backend server (backend.composio.dev) is not responding within the timeout window
Reproduction Steps:
1. Using the GITHUB_SEARCH_REPOSITORIES action with parameters:
- query: "AI agent framework language:python stars:>100"
- sort: "stars"
- order: "desc"
- per_page: 10
Error Details:
- Error Code: 524
- Host: backend.composio.dev
- Sample Cloudflare Ray ID: 90cb7e1fdac35a4a
- Timestamp: 2025-02-04 14:55:32 UTC
The issue persists across multiple attempts with different query parameters and batch sizes (tried with per_page: 5, 10, 30, 50, 100).
Could you please:
1. Check if there are any known issues with the GitHub search functionality
2. Verify if there are any backend performance issues causing these timeouts
3. Provide guidance on recommended timeout and retry settings for this action
Let me know if you need any additional information.
5 Replies
continuing-cyan•3w ago
Hey, thanks for reporting, we are looking into this!
national-goldOP•3w ago
thanks, still experiencing this issue specifically with this github search repo action, other actions seems to work as usual
correct-apricot•3w ago
I appear to be having this same issue with GITHUB_LIST_PULL_REQUESTS but not GITHUB_GET_A_PULL_REQUEST.
continuing-cyan•2w ago
Hey, thanks for reporting this, we are working on a fix!
Hey guys, this has been fixed now. Could you please try it!
eastern-cyan•2w ago
@driffff @obretenoff🥷🏿 could you try it out and let us if the fix works for you or not, please