Skip to content

Commit

Permalink
Update messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenezerdon committed Nov 5, 2024
1 parent 4ef085d commit 6f8b9f1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/routes/changelog/(entries)/2024-11-05.markdoc

This file was deleted.

22 changes: 22 additions & 0 deletions src/routes/changelog/(entries)/2024-11-06.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: changelog
title: Faster Python Functions with new runtime
date: 2024-11-06
---

We've updated the Python runtime on Appwrite Cloud to significantly improve performance by transitioning from Flask to AIOHTTP.

The new runtime brings several improvements:
- Faster startup times and overall execution speed
- Better handling of async workloads
- Improved resource utilization

All existing Python functions have been automatically migrated to the new runtime, so you'll immediately benefit from these performance improvements without any action required.

If you experience any issues with your Python functions, please reach out to us on [Discord](https://appwrite.io/discord) or [GitHub](https://github.com/appwrite/appwrite/issues).

All other runtimes have been updated to the next patch version.

{% arrow_link href="/docs/products/functions/runtimes" %}
See our runtime documentation
{% /arrow_link %}

0 comments on commit 6f8b9f1

Please sign in to comment.