Skip to content

Need to add "Unknown exception" to retryable mixin #2

Description

@inertia186

BaseError needs to handle Unknown exception in addition to the others.

Note, hivemind is moving away from a whitelist due to maintenance concerns.

AC

  • lib/steem/base_error.rb handles Unknown exception as Steem::UnknownException, similar to the other three mentioned in retry all errors hivemind#126 (comment)
  • lib/steem/mixins/retriable.rb is updated to include Steem::UnknownException in RETRYABLE_EXCEPTIONS
  • lib/steem/rpc/http_client.rb might also include these or a subset.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions