3 Replies
Hey
Lets move it here
Try this
ah thanks! i see this is in the docs under
file-storage/file-metadata
which i missed. managed to get my local deployment working again by deleting the entry in .env.local
and reauthenticating.
main frustration is that i have 900 zip files, each with around ~10k files representing countless entities and i was using workflows to process them all. was getting tons of failed workflow runs due to the limitations of workflows, so i switched to workpools.
needed to use node because some of the files were too big to fit in the javascript runtime's memory, but had another issue where if a node action enqueues another node action in a workpool, the local server crashes. that's how i got into that weird state where the local server wouldn't run until i wiped the ~/.convex directoryAhh that is a unique use case, will have a look into it and see what i can find out
Have you tried batch processing using workpool and node actions, i managed to get the convex docs to generate some mockup code. Not tried it but give it a go:
As you are limited on functionality with Convex, but the team might be able to higher those limits for you