Skip to content

Instantly share code, notes, and snippets.

@thakursaurabh1998
Created June 27, 2022 19:36
Show Gist options
  • Save thakursaurabh1998/73d3915348e3313127a53bee7c9a8d82 to your computer and use it in GitHub Desktop.
Save thakursaurabh1998/73d3915348e3313127a53bee7c9a8d82 to your computer and use it in GitHub Desktop.
const userPoll = new Poll(
{
interval: 2,
maxPollCount: 10,
},
pollingFunction,
queueClient,
logger
);
userPoll.start(user1Data);
userPoll.start(user2Data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment