Skip to content

Add special treatment for ZYTE_API_RETRY_POLICY #108

@Gallaecio

Description

@Gallaecio

Unlike most settings accepting an import path string, this setting does not support that import path string being replaced with the actual object, because the actual object is a tenacity object that is not picklable, and settings must be picklable.

So, we need to make sure we do not flag import path strings as an issue for this specific setting, and instead make sure we do the opposite and flag objects (unless flagging objects seems too prone to false positives).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions