Vigyata.AI
Is this your channel?
GithubGithub03

40 Mark commands as isolatable

This PR is about making commands isolatable in a nicer way. I showed how setting isolated = true prevents multiple instances from running, which is perfect for commands you only want to run once at a time (like migrations).

Buy on Github

You'll be taken to Github to complete your purchase.

Pros

  • +Prevents duplicate command runs automatically
  • +No need to pass --isolated every time

Cons

  • -Only helps if your use-case actually needs single-instance execution

Featured in this video