What the title says. Project ID: 657eac67e0ce7fed8e27 Stuck deployment: 661f575d7ff25dea2dcb
I've experienced this a couple of times in the past as well, so it's obviously triggered by something and is an issue that needs to be resolved to minimise future disruption to cloud services.
Also raised as a support request via cloud console.
Maybe some monitoring needs to be put in place on cloud function deployments to raise alerts if it enters a processing state over a reasonable period of build time.
i responded to your email
maintenance is now complete. Can you try deploying again?
ty. sec
ok, that worked in the usual timeframe of ~10secs. Thanks!
Any chance of getting some indication in future if maintenance is scheduled?
@Sonicviz We usually announce scheduled maintenance windows early on so developers can anticipate any performance issues beforehand.
However, this was one was a bit unexpected and had some urgency around it which is why we had to proceed with it immediately and we were unable to give prior notice.
We will take more care during future occurrences.
Awesome thanks!
Recommended threads
- 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...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...