-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add validation checks for adhoc job launch #79
Conversation
In kuroko2 0.4.2 and local development, the adhoc job with wrong scripts would hang(it remains "working") and application would crash. Screenshot: Error log(fixed path and worker name):
|
I found job was not running, so I think system should validate scripts when launching adhoc jobs. |
@shigemk2 |
We expect syntax error when launching adhoc job with wrong syntax scripts in detail page, but we can execute wrong syntax scripts.
So, I add syntax validation check for adhoc job launch and show error messages in modal.