Deploying new versions of functions suddenly gets stuck in processing for several minutes
- 0
- Functions
Normal build time is 10-15s.
Changes are updated dependency versions with adjustments to implementation accordingly:
"dependencies": {
"expo-server-sdk": "^3.11.0",
"node-appwrite": "^14.1.0"
},
Latest deploy has been in "processing" for 7 minutes now.
It finished deploying after 12 minutes apparently. Is this some kind of low priority queue thing for free tier perhaps?
Sort of, yes. See - https://appwrite.io/changelog/entry/2024-08-10
gotcha, you might want to put up corresponding tooltips in free-tier of possible consequences. It's quite confusing and can lead to useless troubleshooting of code. It's also a pretty obvious opportunity to upsell your customers to better services with some banners or something instead of just creating frustration and support tickets. I can't find anything in my deployment view about it at least.
iirc, its in the internal roadmap but don't take my complete word for it. but thanx for the insight, i'll remind the team✌️
cool, nice to get a quick response. Should I be marking this as resolved somehow?
simply adding "queued" in addition to "processing" would probably be the simplest solution
thats a good one!
with some call to action to upgrade your plan from there perhaps
you can close if the query is resolved. I've anyways shared this with the team.
I was in retail sales and briefly in e-com before becoming a dev lol
haha, i was in finance/mba 🤣 experiences always help in improving a product :appwriterocket:
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...