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
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Python Function Deployment hits General ...
The same deployment was working without issue yesterday and I have not hit any free tier limits yet. How do I figure out what's happening? Are you having issues...