Skip to content

refactor(data-layer): convert fetchers to individual trigger.dev tasks#17212

Merged
pettinarip merged 1 commit into
devfrom
feat/dynamic-trigger-tasks
Feb 3, 2026
Merged

refactor(data-layer): convert fetchers to individual trigger.dev tasks#17212
pettinarip merged 1 commit into
devfrom
feat/dynamic-trigger-tasks

Conversation

@pettinarip
Copy link
Copy Markdown
Member

@pettinarip pettinarip commented Feb 2, 2026

Summary

  • Each data fetcher is now a separate trigger.dev task with its own retry policy
  • Enables per-task visibility in the trigger.dev dashboard
  • Independent failure tracking and retries for each fetcher
  • Scheduled orchestrators (dailyTask, hourlyTask) trigger all tasks in parallel

Test plan

  • Deploy to trigger.dev and verify all tasks appear individually in the dashboard
  • Trigger a manual run to confirm tasks execute correctly
  • Verify failure alerts work via the dashboard alert configuration

Each fetcher is now a separate trigger.dev task with its own retry policy,
enabling per-task visibility in the dashboard and independent failure tracking.
The scheduled orchestrators trigger all tasks in parallel.

DX preserved: developers still add sources as simple [key, fetchFn] tuples.
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 2, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 88e60a9
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69808d87b755280008c83b5c
😎 Deploy Preview https://deploy-preview-17212.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: 59 (no change from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (🟢 up 1 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.

@pettinarip pettinarip merged commit fc6c9af into dev Feb 3, 2026
6 checks passed
@pettinarip pettinarip deleted the feat/dynamic-trigger-tasks branch February 3, 2026 12:54
@wackerow wackerow mentioned this pull request Feb 5, 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.

1 participant