Skip to content

actor not deactivated after actor_idle_timeout #333

@psychomelet

Description

@psychomelet
ActorRuntime.set_actor_config(
    ActorRuntimeConfig(
        actor_idle_timeout=datetime.timedelta(seconds=600),
        actor_scan_interval=datetime.timedelta(seconds=30),
        drain_ongoing_call_timeout=datetime.timedelta(seconds=1),
        drain_rebalanced_actors=True,
    )
)

but actor never deactivated, I can't seem to find actor_idle_timeout config in the source code and is the config working, or how shall I debug the cause?

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleIssue marked as stale by Dapr Bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions