Skip to content

Commit

Permalink
Removed the [Obsolete] attribute from SmartRetryExecutionPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
clement911 committed Sep 20, 2021
1 parent 5d0f2d3 commit f0a4e77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ namespace ShopifySharp
/// See https://help.shopify.com/api/guides/api-call-limit
/// https://en.wikipedia.org/wiki/Leaky_bucket
/// </remarks>
[Obsolete("LeakyBucketExecutionPolicy is recommended as it handles properly both REST and GraphQL calls")]
public partial class SmartRetryExecutionPolicy : IRequestExecutionPolicy
{
private const string REQUEST_HEADER_ACCESS_TOKEN = "X-Shopify-Access-Token";
Expand Down

0 comments on commit f0a4e77

Please sign in to comment.