Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutchak committed Aug 1, 2024
1 parent 4412ad2 commit c112b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/workers/workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ func SendWork(node *masa.OracleNode, m *pubsub2.Message) {
}
responseCollector <- msg
n++
// @TODO add a limiter if a node 429s add them to a list and don't call them for n number of minutes
// @note added a limiter if a node 429s add them to a list and don't call them for n number of minutes
// re: Add feature timeout timestamps to nodeData and helper methods to do timeout checks
// @note need to handle if we have thousands of workers this could take a very long time to complete
// need to handle if we have thousands of workers this could take a very long time to complete
// here we cap n
// teslashibe: adjust to 3 for performance testing
if n == len(peers) || n == 3 {
Expand Down

0 comments on commit c112b94

Please sign in to comment.