connecting external db in queue consumer
hello
i have a queue consumer that writes some data to an external database (clickhouse in this case)
it works on local with "npx wrangler dev" but when i push it to live it just gives me an error that says it cannot connect.
is there a limitation in the queue consumers about connecting external apis ?
0 Replies