Skip to content

Instantly share code, notes, and snippets.

@tehsis
Created September 3, 2020 03:00
Show Gist options
  • Save tehsis/38899f3d5c6789344f2054d6d7a843ce to your computer and use it in GitHub Desktop.
Save tehsis/38899f3d5c6789344f2054d6d7a843ce to your computer and use it in GitHub Desktop.
function run() {
setTimeout(function () {
backupOperation().then(run)
}, 6000);
}
run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment