Skip to content

fix: contributions with local time copy daily - #4401

Merged
epipav merged 2 commits into
mainfrom
fix/contributions-daily-schedule
Jul 28, 2026
Merged

fix: contributions with local time copy daily#4401
epipav merged 2 commits into
mainfrom
fix/contributions-daily-schedule

Conversation

@epipav

@epipav epipav commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: anilb <epipav@gmail.com>
Copilot AI review requested due to automatic review settings July 27, 2026 07:02
@cursor

cursor Bot commented Jul 27, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Single cron change on an analytics copy pipe; no query logic or schema changes, only slower refresh of derived contribution timing data.

Overview
Changes the Tinybird COPY schedule for contributions_with_local_time.pipe from hourly (33 * * * *) to once per day at 04:44 (44 4 * * *).

The pipe still replaces contributions_with_local_time_ds on each run; only the refresh cadence changes. Downstream widgets and health-score pipes that read that datasource will see data updated daily instead of every hour.

Reviewed by Cursor Bugbot for commit f51e571. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@epipav
epipav requested a review from joanagmaia July 27, 2026 07:03
@epipav epipav self-assigned this Jul 27, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Changes the local-time contributions copy from hourly to daily execution.

Changes:

  • Schedules the copy daily at 04:44.
  • This timing precedes neither dependent health-score snapshot, causing stale results.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread services/libs/tinybird/pipes/contributions_with_local_time.pipe
Copilot AI review requested due to automatic review settings July 28, 2026 13:46
@epipav
epipav merged commit e8843a3 into main Jul 28, 2026
14 checks passed
@epipav
epipav deleted the fix/contributions-daily-schedule branch July 28, 2026 13:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

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.

4 participants