Skip to content

Import old trigger.dev revalidation tasks for backward compatibility#17034

Merged
wackerow merged 2 commits into
devfrom
import-old-trigger-tasks
Jan 8, 2026
Merged

Import old trigger.dev revalidation tasks for backward compatibility#17034
wackerow merged 2 commits into
devfrom
import-old-trigger-tasks

Conversation

@pettinarip
Copy link
Copy Markdown
Member

@pettinarip pettinarip commented Jan 8, 2026

Summary

  • Imports legacy revalidation tasks from trigger-revalidation-tasks branch to src/data-layer/trigger/old-tasks/
  • Maintains backward compatibility while the new task structure is in place
  • Updates trigger.config.ts to include the old-tasks directory

Test plan

  • Verify trigger.dev picks up both old and new task directories
  • Confirm old revalidation tasks are registered correctly

🤖 Generated with Claude Code

pettinarip and others added 2 commits January 8, 2026 11:11
Replace NETLIFY_BLOBS_SITE_ID with SITE_ID which is automatically
provided by Netlify during builds, reducing required configuration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copies legacy revalidation tasks from trigger-revalidation-tasks branch
to src/data-layer/trigger/old-tasks/ to maintain backward compatibility
while the new task structure is in place.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 8, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit b0d63f3
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/695f85ca6ebad500081e75d9
😎 Deploy Preview https://deploy-preview-17034.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 60 (🟢 up 8 from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (🟢 up 2 from production)
SEO: 100 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @pettinarip


const siteID = process.env.NETLIFY_BLOBS_SITE_ID
// SITE_ID is automatically provided by Netlify during builds
const siteID = process.env.SITE_ID
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@wackerow wackerow merged commit 11d891e into dev Jan 8, 2026
8 checks passed
@wackerow wackerow deleted the import-old-trigger-tasks branch January 8, 2026 19:55
@wackerow wackerow mentioned this pull request Jan 15, 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