Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add options.timeout to hoodie.task.start API #145

Closed
gr2m opened this issue Oct 23, 2013 · 1 comment
Closed

add options.timeout to hoodie.task.start API #145

gr2m opened this issue Oct 23, 2013 · 1 comment

Comments

@gr2m
Copy link
Member

gr2m commented Oct 23, 2013

I'd like to do this

hoodie.task.start('message', {
  to: '[email protected]',
  message: 'wazzzup?'
}, {
  timeout: 10000
}).fail( function( error ) {
  // { error: 'timeout' } 
});
@gr2m
Copy link
Member Author

gr2m commented May 7, 2016

closing in favor of hoodiehq/hoodie-task-client#30

@gr2m gr2m closed this as completed May 7, 2016
@gr2m gr2m removed the later label May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants