vinh_nguyen__potloc_
08/05/2022, 7:40 AMRuntimeError: All GitHub tokens have hit their rate limit. Stopping here
I tried to use the config additional_auth_token, the runtime lasts longer and I can see that my tokens have been used but in the end, the job still fails. I even tried 8 additional tokens. Should I try more additional tokens (which leads to a long solution) or someone has a hinch on how to debug Github rate limit?
Thanks a lot!visch
08/05/2022, 12:57 PMvisch
08/05/2022, 12:58 PMvinh_nguyen__potloc_
08/05/2022, 2:44 PMvisch
08/09/2022, 8:37 PMyou mean that my job gets all the data from the same start_date until the time it’s triggered (that explains the increasing amount of data collected through the API)
I’m not very familiar with the state notion: at every run, the state is stored and passed to the next run to start updating only since the state?https://hub.meltano.com/singer/spec#state
> increasing amount of data collected through the API)I'm not sure what this means exactly. Are you pulling the same data over and over again and that's the issue? Is state being updated between each run? What do you expect to happen vs what are you seeing? Basically you need to dive in a bit more to understand what's going on