Commit graph

10 commits

Author SHA1 Message Date
8f424d45f7 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
2024-12-02 09:34:12 -03:00
4094f71a7d refactor: add separation of concerns in fetcher and platform 2024-11-30 18:35:13 -03:00
96af51ee68 feat: auto calculate pagination in fetcher
also refactor a little the worker pool
2024-11-30 17:30:38 -03:00
837e703bc4 docs: Add signature comments to worker pool 2024-11-29 19:06:41 -03:00
f8c068a7f3 feat: add timeout capabilities to worker pool 2024-11-29 17:38:57 -03:00
eeefceb2fc refactor: change custom logic for context in worker pool 2024-11-29 15:06:27 -03:00
b342437a43 feat: add basic retry capabilities to worker pool 2024-11-28 20:48:56 -03:00
2d1041f167 feat: add rate limit to worker pool 2024-11-27 13:51:19 -03:00
30cf6dfff2 feat: add basic worker pool 2024-11-26 16:48:38 -03:00
c1684c8dea feat: add platform-collection relationship in platform.FetchCollection() 2024-11-25 19:54:41 -03:00