Skip to content

Commit

Permalink
Add a callout for the ingestion queue
Browse files Browse the repository at this point in the history
  • Loading branch information
darkopia authored Oct 11, 2024
1 parent 037ae60 commit 578172c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contents/docs/migrate/migrate-from-amplitude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ get_entries_from_folder_and_capture(folder_name)

This script may need modification depending on the structure of your Amplitude data, but it gives you a start.

> **Why am I seeing "analytics-python queue is full"?** The defualt queue size for ingesting is 10,000. If you are importing more than 10,000 events call posthog.flush() every 5000 messages to block the thread until the queue empties out.

> **Why are my event and DAU count lower in PostHog than Amplitude?** PostHog blocks bot traffic by default, while Amplitude doesn't. You can see a full list of the bots PostHog blocks [in our docs](/docs/product-analytics/troubleshooting#does-posthog-block-bots-by-default).

### Aliasing device IDs to user IDs
Expand Down

0 comments on commit 578172c

Please sign in to comment.