You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In kathmandu, some rpc fields changed names resulting in a python exception when calculating payouts.
The exception was inproperly caught, resulting the failed payouts to NOT be listed in the failed folder. Instead, they were listed in the done folder with a status of undefined.
We are missing a try/catch somewhere, so when such errors happen, we mark payout as failed, and an updated TRD can then reprocess the payouts without needing to manipulate files by hand.
Follow up from #619
In kathmandu, some rpc fields changed names resulting in a python exception when calculating payouts.
The exception was inproperly caught, resulting the failed payouts to NOT be listed in the
failed
folder. Instead, they were listed in thedone
folder with a status ofundefined
.We are missing a try/catch somewhere, so when such errors happen, we mark payout as failed, and an updated TRD can then reprocess the payouts without needing to manipulate files by hand.
To replicate:
The text was updated successfully, but these errors were encountered: