Skip to content

feat: add configurable polling interval and max attempts to buildAndSubmit #40

Description

@MarcusDavidG

Summary

buildAndSubmit currently polls every 1500ms for up to 20 attempts (30s). This should be configurable per-client.

Proposed config fields

interface SharpyClientConfig {
  pollIntervalMs?: number   // default: 1500
  pollMaxAttempts?: number  // default: 20
}

Acceptance criteria

  • Config fields added with documented defaults
  • buildAndSubmit uses config values
  • Backwards compatible — defaults match current behaviour

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