Skip to content

Commit

Permalink
- improve lz updater to have dynamic runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyferion committed Apr 13, 2024
1 parent 8390a24 commit 5eb065d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tasks/LZ Rate Updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ exports.handler = async function (credentials, context) {
console.log("Delay: ", delay.toString());

if (delay < 0) {
autotaskMetadata.trigger = autotaskRetrySchedule;
await autotaskClient.update(autotaskMetadata);
continue;
}

Expand Down
2 changes: 1 addition & 1 deletion tasks/Polygon ZkEVM Upkeeper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "schedule",
"frequencyMinutes": 5
},
"relayerId": "ce87abbe-295f-4d0d-b7fc-99f70124f09f",
"relayerId": "2a1aaf2f-30d1-463b-8063-a2f4a67d6bab",
"codeDigest": "+D7kuUFW9/HpQX7ogDvebnP9cHGZEotzpEmYhUx4vVU=",
"runtime": "nodejs16.x",
"dependenciesVersion": "v2024-01-18"
Expand Down

0 comments on commit 5eb065d

Please sign in to comment.