-
Notifications
You must be signed in to change notification settings - Fork 151
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
The lib analytics in Databricks not delivery 100% of calls #243
Comments
@gevored Is this in a prod env or are you using the debugger in app.segment.com? |
prod env, I am using this lib to send calls directly to Segment |
Thank you for that clarification. Let us review and get back with you shortly. |
@gevored Without asking for other specific info, I can only assume that you are looking at the segment debugger to validate the messages you are sending? If this is the case, the debugger by design does not record every single entry sent to it. |
@gevored Can you enable logging and verify the records that are being sent are accurate and let us know the results? Thank you, |
Closing this issue. Please reopen if you keep seeing this behavior, we would like to get some logs to understand the issue. |
Hello
I am trying to iterate from a table using python in Databricks and send a identify and track call to a python source in Segment, but I noticed is not every rows/calls that arrive in segment, I didn't receive any erro when I execute analytics.identify() or nalytics.track(), only a message on console "analytics-python queue is full" .
in my tests the volume of data is 50k of rows with 8 columns (properties)
only 37k is arriving in Segment
flow rate: 5.8k/min
our goal is send around 10 MM of calls by day from our data lake
My questions :
Thanks
The text was updated successfully, but these errors were encountered: