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
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?