Open jamesbloomer opened 9 years ago
See https://developer.github.com/v3/#rate-limiting This means that the number of vagrant up attempts from a single ip is limited per hour.
vagrant up
Allow passing in an authentication token to the chef recipes to allow an increased limit.
https://github.com/datasift/datasift-connector/blob/master/chef/cookbooks/datasift-writer/recipes/default.rb#L26
and
https://github.com/datasift/datasift-connector/blob/master/chef/cookbooks/gnip-reader/recipes/default.rb#L26
will need to create a client with a token, see http://octokit.github.io/octokit.rb/#Authentication
See https://developer.github.com/v3/#rate-limiting This means that the number of
vagrant up
attempts from a single ip is limited per hour.Allow passing in an authentication token to the chef recipes to allow an increased limit.