Skip to content

Merge pull request #1 from avireddy0/claude/gmail-scraper-cloud-run-E…#2

Closed
avireddy0 wants to merge 17 commits into
claude/gmail-scraper-cloud-run-EmdNSfrom
main
Closed

Merge pull request #1 from avireddy0/claude/gmail-scraper-cloud-run-E…#2
avireddy0 wants to merge 17 commits into
claude/gmail-scraper-cloud-run-EmdNSfrom
main

Conversation

@avireddy0
Copy link
Copy Markdown
Collaborator

…mdNS

Claude/gmail scraper cloud run emd ns

…mdNS

Claude/gmail scraper cloud run emd ns
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@avireddy0
Copy link
Copy Markdown
Collaborator Author

Code review

This PR appears to be a stale/reversed merge PR (merging main → feature branch claude/gmail-scraper-cloud-run-EmdNS), likely auto-generated after a previous merge. No substantive code changes to review — skipping detailed review.

Generated with Claude Code

- If this code review was useful, please react with thumbs up. Otherwise, react with thumbs down.

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread .github/workflows/deploy.yml Fixed
avireddy0 and others added 9 commits March 23, 2026 00:10
Gmail scraper was running as root with no .dockerignore (COPY . ./
sent entire repo to Docker daemon). Converted to multi-stage build
with non-root user (uid 65532). Added .dockerignore excluding .git,
tests, docs, and other non-runtime files.

Constraint: functions-framework CMD preserved exactly
Confidence: high
Scope-risk: narrow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
python:3.10-slim pinned to @sha256:4ba18b066cee1... in both stages.

Confidence: high
Scope-risk: narrow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Org policy blocks SA key creation. Switch to Workload Identity
Federation using existing github pool in claude-mcp-457317.
Added id-token: write permission required for OIDC token exchange.

Confidence: high
Scope-risk: narrow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Container was failing health check with failureThreshold:1. Adding
startup-cpu-boost gives the container more CPU during initialization
to start functions-framework before the probe timeout.

Confidence: high
Scope-risk: narrow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
pip install --target=/app/deps puts binaries in /app/deps/bin/ which
isn't on PATH. Container failed with 'functions-framework: not found'.

Confidence: high
Scope-risk: narrow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Cloud Scheduler enforces max attempt_deadline of 30 minutes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@avireddy0 avireddy0 deleted the branch claude/gmail-scraper-cloud-run-EmdNS April 26, 2026 06:36
@avireddy0 avireddy0 closed this Apr 26, 2026
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.

2 participants