Skip to content

Instantly share code, notes, and snippets.

Created November 14, 2016 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/bbabf5ad8186023feb91f99adcf761c8 to your computer and use it in GitHub Desktop.
Save anonymous/bbabf5ad8186023feb91f99adcf761c8 to your computer and use it in GitHub Desktop.
public class BadJobConfiguration extends JobConfigurationBase {
@Override
public int getRetries() {
return -1;
}
@Override
public String getRunCommand() {
return null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment