Skip to content

[TRI-1449] Display warning message when duplicate job IDs are detected #691

Description

@ericallam

It's quite easy to accidentally reuse a job ID:

// foo.ts
client.defineJob({
  id: "do-something",
});

// bar.ts
client.defineJob({
  id: "do-something",
})

We should detect when this happens and display a warning in the users local server console.

TRI-1449

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions