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

Intermittent SSL Errors #97

Open
erudite-chimp opened this issue Jan 20, 2017 · 0 comments
Open

Intermittent SSL Errors #97

erudite-chimp opened this issue Jan 20, 2017 · 0 comments

Comments

@erudite-chimp
Copy link

erudite-chimp commented Jan 20, 2017

I'm getting similar errors as described in issue #67 and am wondering if there's a reason why these could be happening and any recommended way to deal with them?

My keen php client setup is pretty vanilla:
$keen_client = KeenIOClient::factory([ 'projectId' => $project_id, 'writeKey' => $write_key, 'readKey' => $read_key ]);

The only thing I can think of is that somehow either cURL on our end or the keen.io endpoint is choking on the throughput of many requests being sent at the same time and that I should make use of Guzzle's backoff plugin to retry failed logging attempts?

Any thoughts on how to troubleshoot this, or any solutions to this problem would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant