Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Add optional retries command line arguments to the rpc client #73

Open
icook opened this issue Aug 11, 2014 · 0 comments
Open

Add optional retries command line arguments to the rpc client #73

icook opened this issue Aug 11, 2014 · 0 comments
Milestone

Comments

@icook
Copy link
Member

icook commented Aug 11, 2014

This will allow payouts that are attempted infrequeuntly to be automatically retried. Probably want the following options:

  1. Retry backoff (number of seconds to wait between retrying)
  2. Number of times to retry payout before giving up OR
  3. 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!

@icook icook added this to the 0.8 milestone Aug 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant