Skip to content

Instantly share code, notes, and snippets.

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 Anmol-Singh-Jaggi/4d0051bf21b80f7735032cb8f8d11d82 to your computer and use it in GitHub Desktop.
Save Anmol-Singh-Jaggi/4d0051bf21b80f7735032cb8f8d11d82 to your computer and use it in GitHub Desktop.
@Override
void run()
{
while(true)
{
newJob = getNewJobFromCrontabFile() // blocking call
jobQueue.push(newJob)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment