-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Insert time interval based heartbeats in BHS store #10682
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
I think we might need to update job ORM, migrations and web view layer. Here's an example commit that adds a new field ( |
Note that you also need to add the appropriate database migration for the new field. See https://github.com/smartcontractkit/chainlink/pull/8487/files as an example for the BHS job. |
Done |
I think we need to changes to job/orm.go as well. |
2e4388c
to
6c4dcb1
Compare
6c4dcb1
to
06b02d2
Compare
Motivation
Solution
Testing