Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "test-" prefix from the job id #267

Closed
holwech opened this issue Jan 12, 2024 · 1 comment
Closed

Remove "test-" prefix from the job id #267

holwech opened this issue Jan 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@holwech
Copy link

holwech commented Jan 12, 2024

Is there any reason why "test-" is prepended to the job id in local dev?

In my opinion, local dev should be as similar as possible to production. By prepending "test-" it's not possible to store this as a UUID in the a database for example without including custom logic. Unless there is a specific reason for this prefix, I suggest removing it.

@holwech holwech added the enhancement New feature or request label Jan 12, 2024
@justinmerrell
Copy link
Member

Job IDs are strings, not true UUID format. Your application should be handling strings for the job IDs; if this is still causing issues, please let me know, and I can review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants