Skip to content

fix(sdk): warn user of job name collision#36

Merged
justusschock merged 2 commits into
mainfrom
warn-job-name
Jul 23, 2026
Merged

fix(sdk): warn user of job name collision#36
justusschock merged 2 commits into
mainfrom
warn-job-name

Conversation

@tejapulagam

Copy link
Copy Markdown
Contributor

When a job name is already taken, the backend silently creates the job under a suffixed name. Users who reuse their original name then point at the wrong/nonexistent job.

Job._submit now emits a UserWarning when the created name differs from the requested one, showing both names and pointing to job.name. Covers Job.run, the CLI, and studio submissions.

@tejapulagam tejapulagam changed the title fix(sdk): warn user of job name collision wip fix(sdk): warn user of job name collision Jul 22, 2026
@tejapulagam tejapulagam changed the title wip fix(sdk): warn user of job name collision fix(sdk): warn user of job name collision Jul 22, 2026
@justusschock
justusschock merged commit 054510c into main Jul 23, 2026
24 checks passed
@justusschock
justusschock deleted the warn-job-name branch July 23, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants