Skip to content

Remove deprecated functionality #180

Description

@edgarrmondragon
  1. Support for nullary jitter functions

    try:
    seconds = jitter(value) if jitter is not None else value
    except TypeError:
    warnings.warn(
    "Nullary jitter function signature is deprecated. Use "
    "unary signature accepting a wait value in seconds and "
    "returning a jittered version of it.",
    DeprecationWarning,
    stacklevel=2,
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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