rladies / meetupr

R interface to the meetup.com API
https://rladies.github.io/meetupr
MIT License
76 stars 25 forks source link

graphql inconsistent response #144

Open drmowinckels opened 1 year ago

drmowinckels commented 1 year ago

we are seeing inconsistent responses on the same query in our CI. https://github.com/rladies/meetup_archive/actions

The error is not always the same, and its really quite peculiar. Would be great if we could figure it out.

drmowinckels commented 1 year ago

@benubah if you have the time. no particular rush.

benubah commented 1 year ago

The error seems to come from the GraphQL API itself and not from our end. I see that it starts passing again, let's watch it a while.

I believe the workflow now uses get_pro_groups() and get_pro_events()?

drmowinckels commented 1 year ago

yeah, thats correct. Its using both the pro functions.

it keeps passing on and off, at least the scheduled triggered once seem to be hit and mis if it fails or not.

yeah, lets keep an eye out.