Replies: 1 comment 2 replies
-
Hi @s-dimaria I've migrated your inquiry to discussions since this is a more fitting place for questions about the platform and its inner workings. Yes, you can use multiple access tokens, configured either in the On a side note, our platform currently uses only one token, and even then it rarely (if ever) enters a waiting state. The token switching was a feature that was seen as a necessity in the platform's infancy. Back then, we relied solely on GitHub's REST API and hitting the rate limit was quite common. This year, we migrated to GraphQL, greatly diminishing the average number of requests that the platform's crawler makes to the APIs, allowing it to mine virtually unimpeded. In other words, the switch to GraphQL has diminished the need for token switching, and as such the feature is a hold-over from the project's past. I doubt that it will be removed (I might rework it at some point to allow user-defined limits to token usage instead of completely exhausting rate limits), but at the same time, I doubt that this feature is of much use to anyone. I hope this answers your questions. If you have any further inquiries, feel free to continue the discussion. |
Beta Was this translation helpful? Give feedback.
-
I have a question about how the crawl works. I read in the code that there is an option to enter multiple PATs to make the crawl more efficient.
I wanted to ask if the PATs are all from the same user or are they generated?
Beta Was this translation helpful? Give feedback.
All reactions