My D1 database said too many queue operation. Any recommendation ? is D1 is not feasible for many us
My D1 database said too many queue operation. Any recommendation ? is D1 is not feasible for many users ?

npm run generate for drizzle to create the SQL
UPDATE table_name
SET column_name = column_name + 1
WHERE condition;mkdir drizzle
touch drizzle/0000_short_lockheed.sql
wrangler d1 execute 'cloudflare-db' --local --file='./drizzle/0000_short_lockheed.sql'
✘ [ERROR] Error: must provide --command or --file.
If you think this is a bug then please create an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose
🪵 Logs were written to "/Users/administrator/Library/Preferences/.wrangler/logs/wrangler-2023-11-23_11-23-02_962.log"wrangler 3.17.1npm run generateUPDATE table_name
SET column_name = column_name + 1
WHERE condition;wrangler d1 execute 'cloudflare-db' --local --file='./drizzle/0000_short_lockheed.sql'
✘ [ERROR] Could not read file: ./drizzle/0000_short_lockheed.sql
ENOENT: no such file or directory, open
'/Users/administrator/backend/project/drizzle/0000_short_lockheed.sql'
If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose