Do you have to use the REST API? Might
Do you have to use the REST API? Might be easier to use the D1 API in Workers directly.
3 Replies
we considered that, but it would be much easier if we do everything in our Rails app, like scheduling and data processing and just import the data with the REST API
Fair enough! I asked because my experience is the REST API is unreliable, with frequent 500 and 502s
yeah I've noticed that too, but I thought it's because I'm doing something wrong (which is also correct, that's why I asked for some examples 😄 )