Skip to content

Investigate worker-deployment-related poll failure ergonomics #729

@cretz

Description

@cretz

Describe the solution you'd like

Today, as happened and is still happening in #691 despite it being closed, when a user hits a worker deployment limit, it fails poll calls which are just implicitly retried forever. Unfortunately, the ergonomics of worker deployments are such that they are implicitly created upon use, but require explicit deletion so the devex of knowing that once you get to your 101st deployment (100 is the current limit) things just stop working is bad.

Two things:

  1. See if there is any behavior improvement beyond the poll-failure warning (assuming that's occurring) to let users know they have hit deployment limit. But may be determined warning is all we can do because we don't want to consider this a fatal worker issue.
  2. Start deleting ephemeral worker deployments in cloud tests

Per-SDK Tickets

  • Go -
  • Java -
  • Core -
  • TypeScript -
  • Python -
  • .NET -
  • Ruby -
  • PHP -
  • Temporal CLI -

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