Hi everyone!
We like pushing the boundaries of what is possible, and today we are thrilled to share that we support deploying applications that use the gRPC or HTTP/2 protocol directly from the control panel.
Let’s dive into this week’s changelog update to see what is new:
-
gRPC and HTTP/2 support in the control panel
In February, we announced adding HTTP/2 and gRPC support to our edge infrastructure. Until now, this option was only available via the Koyeb CLI.
You can now choose the protocol for each publicly exposed port of your services directly in the control panel. Existing exposed ports will remain on HTTP/1 but can be changed to HTTP/2. For gRPC applications, make sure to select HTTP/2 as the protocol.
HTTP/2 provides performance benefits, reduces latency, speeds up response times, and allows you to deploy a broader type of applications, such as those that rely exclusively on gRPC.
-
Cache invalidation on redeployments
Previously, all redeployments used the build cache.
When redeploying your services, you now have the choice to use the build cache or not. Using a build cache speeds up your app’s deployment time. To troubleshoot build issues, try redeploying without the build cache to see if a fresh build resolves the problem.
-
New Python Celery tutorial for deploying background workers
After announcing support for background workers last month, we published our first tutorial showcasing how to deploy a Python Celery worker that uses RabbitMQ as a backing message broker. Deploy a Python Celery Worker - Koyeb
Thanks for reading this week’s changelog update. Have fun deploying services using the gRPC and HTTP/2 protocol and using Celery to deploy your background workers.
See you next week for another update.