Linear retry policy. Useful for development.
factory RetryPolicy.linear( {int? backoff, int? maxRetries, int? maximumDelay}) = LinearRetryPolicy;