I updated a function, and now it's been processing for a few minutes and won't finish. I tried redeploying, but that didn't help. Is there a known issue with cloud functions, or could something else be causing this?
Thanks!
Shimmy
What's your project ID?
dev-2
@Meldiron Is there some issues or a worker stuck?
Build chat_manager Waiting
That's what it says in the logs.
I dont see any errors for project ID dev-2
, and as of right now, queue for functions and builds are healthy
It's working now. Thanks 🙂
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...