Symptom: you tried running LocalSchedulerMain in intellij and the process fails complaining about bad command line arguments
Fix: enable annotation processors in intellij settings: [image: Inline image 1] This is needed because the command line args system in the scheduler uses an annotation processor to discover args. Hope this saves somebody some trouble! -=Bill