Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cron job frequency to reset github notifications #8956

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

joshua-goldstein
Copy link
Contributor

In our scheduled runs we see a number of "ghost" jobs. E.g. 1. This is probably due to the following sequence of events:

  • github actions sends a notification to developer who created / modified cron job frequency
  • if this person is no longer able to receive this notification (i.e. no longer receiving emails) the action raise this ghost job with an error about unverified email

This is a bug with github actions. After contacting github support they suggested changing the cron job frequency in order to reset who receives the notifications. This may solve the issue.

@dgraph-bot dgraph-bot added the area/integrations Related to integrations with other projects. label Aug 16, 2023
@joshua-goldstein joshua-goldstein changed the title update cron freq chore: update cron job frequency to reset github notifications Aug 16, 2023
@mangalaman93 mangalaman93 merged commit 783f957 into main Aug 17, 2023
@mangalaman93 mangalaman93 deleted the joshua/workflows branch August 17, 2023 14:30
jbhamra1 pushed a commit that referenced this pull request Aug 18, 2023
In our [scheduled
runs](https://github.com/dgraph-io/dgraph/actions?query=event%3Aschedule)
we see a number of "ghost" jobs. E.g.
[1](https://github.com/dgraph-io/dgraph/actions/runs/5881148541). This
is probably due to the following sequence of events:
- github actions sends a notification to developer who created /
modified cron job frequency
- if this person is no longer able to receive this notification (i.e. no
longer receiving emails) the action raise this ghost job with an error
about unverified email

This is a bug with github actions. After contacting github support they
suggested changing the cron job frequency in order to reset who receives
the notifications. This may solve the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/integrations Related to integrations with other projects.
Development

Successfully merging this pull request may close these issues.

4 participants