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
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
This will allow payouts that are attempted infrequeuntly to be automatically retried. Probably want the following options:
Retry backoff (number of seconds to wait between retrying)
Number of times to retry payout before giving up OR
Number of seconds after first attempt to stop retrying (IE, we payout every four hours, so if it is 3.5 hours after first attempt, stop retrying to avoid overlapping runs.)
NOTE: None of the payout code is designed to be properly interleaved (although may still operate properly), so ensuring careful avoidance of concurrent payout script operation is very important!
The text was updated successfully, but these errors were encountered:
This will allow payouts that are attempted infrequeuntly to be automatically retried. Probably want the following options:
NOTE: None of the payout code is designed to be properly interleaved (although may still operate properly), so ensuring careful avoidance of concurrent payout script operation is very important!
The text was updated successfully, but these errors were encountered: