fix: update readwise example to work without duplicating nodes

this is a workaround to the fact that readwise use cursor pagination
instead of offset pagination, proper handling will be added later
This commit is contained in:
Alexander Navarro 2024-12-02 09:34:12 -03:00
parent 92c9814e2a
commit 8f424d45f7
8 changed files with 42 additions and 9 deletions

View file

@ -240,7 +240,6 @@ func workUnitDispatcher[T, S any](
config.TasksProcessed.Add(1)
case <-ctx.Done():
fmt.Println("context done")
return
}
}