Skip to content

Conversation

mahsamoosavi
Copy link
Contributor

@mahsamoosavi mahsamoosavi commented Jun 23, 2025

flow:
If Status === "Expired"
→ Skip

If Decision === "Triage":
If time to expiry is ≤ 72h
→ Send Slack alert: "Immediate triage needed"
Else
→ Send Slack alert: "Needs triage"

If Decision === "Should Redeem":
If time to expiry is ≤ 24h
→ Send Slack alert: "Marked for redemption, near expiry"
Else if time to expiry is > 96h (4 days)
→ Call redeemRetryable(parentTx) silently
If successful
→ Set State to "Bot Success"
If failed
→ Set State to "Bot Failed"
Else
→ Skip (no action)

@mahsamoosavi mahsamoosavi marked this pull request as draft June 23, 2025 16:04
@mahsamoosavi mahsamoosavi marked this pull request as ready for review June 23, 2025 16:28
@mahsamoosavi mahsamoosavi marked this pull request as draft June 25, 2025 15:19
@mahsamoosavi mahsamoosavi marked this pull request as ready for review August 22, 2025 16:13
@dewanshparashar dewanshparashar merged commit 1502079 into main Aug 28, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants