Skip to content

Commit

Permalink
Revert previous to query to fetch calls to retry so we only look as s…
Browse files Browse the repository at this point in the history
…tatuses Q and E
  • Loading branch information
rowanseymour committed Aug 13, 2021
1 parent e0b898e commit ef989ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/channel_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ FROM
LEFT OUTER JOIN flows_flowstart_connections fsc ON cc.id = fsc.channelconnection_id
WHERE
cc.connection_type = 'V' AND
cc.status IN ('Q', 'N', 'B', 'E') AND
cc.status IN ('Q', 'E') AND
next_attempt < NOW()
ORDER BY
cc.next_attempt ASC
Expand Down

0 comments on commit ef989ec

Please sign in to comment.