Skip to content

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

@inertia186

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions