Skip to content

Instantly share code, notes, and snippets.

@edgar-maciel
Forked from jrburke/gist:6374043
Created May 9, 2014 16:16
Show Gist options
  • Save edgar-maciel/61f39ab7fad07dd10fa1 to your computer and use it in GitHub Desktop.
Save edgar-maciel/61f39ab7fad07dd10fa1 to your computer and use it in GitHub Desktop.
worker.postMessage({
type: 'cronsync',
uid: undefined,
cmd: 'alarm',
args: ['accountidhere', intervaltime]
});
//example call
worker.postMessage({
type: 'cronsync',
uid: undefined,
cmd: 'alarm',
args: ['0', 20000]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment