nova-scheduled-jobs
nova-scheduled-jobs copied to clipboard
fix InvalidArgumentException
An InvalidArgumentException is thrown when using exec in a schedule. This PR catches this exception and returns event description when an exception is thrown, instead of an empty string.
@hvdvegt Can you add a test for this use case?