Native worker support
complete
Yann Léger
We have a small limitation right now due to the way health-checks are performed. You need to configure on which port the container is listening (it can only be internal, doesn’t need to be exposed on the internet), the container will be restarted if the health-check fails.
For workers, this is annoying as they usually don't listen on any port.
The current workaround is to spawn a dummy web server or a
nc
process which will allow the health-checks to succeed.Log In
Édouard Bonlieu
complete
We're glad to let you know that you can now deploy native workers on the Koyeb platform.
If you have an existing service you'd like to convert into a Worker, you can change its type directly via the Service' settings page of the control panel.
This feature is also accessible via the Koyeb CLI.
Édouard Bonlieu
in progress
Édouard Bonlieu
planned
Nivethan
Is there a guide on how to do this ?
Yann Léger
under review