-
Notifications
You must be signed in to change notification settings - Fork 27
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
graph cron: use totalCutHeight from Graph by adding up all heights #2814
Conversation
alber70g
commented
Jan 21, 2025
•
edited
Loading
edited
- use totalCutHeight from Graph by adding up all heights.
- Add lastBlockHeight to message.
- Adds types
- To see the specific tasks where the Asana app for GitHub is being used, see below:
- https://app.asana.com/0/0/1209191585829839
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
}); | ||
} | ||
} catch (e) { | ||
await sendErrorMessage({ | ||
title: `There was a general issue with the ${props.env} graph cron job`, | ||
msg: ``, | ||
msg: e, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure this is a string? or an object? if object this will fail. maybe stringify to be sure?
…hts. Add lastBlockHeight to message. Adds types
5f1f0fc
to
81f2c9e
Compare