zitadel
zitadel copied to clipboard
Reduce startup times
For being able to scale more reactively, reduced startup times could help.
One way of achieving that could be to separate init and start phases.
to reduce the startup time even more, we might change the order in ZITADEL itself as well (listen before starting projections) will have to check if possible
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@eliobischof can this one be closed?
@eliobischof can this one be closed?
No. Moved the issue to needs more info, added the question label and a better title and description.
@fforootd @livio-a FYI, terraform-provider-google doesn't support cloud run jobs, yet. https://github.com/hashicorp/terraform-provider-google/issues/11743
Hm, thats a bummer, in that case we need to think of something else 😁
Maybe we can run a cloud run job using the gcloud terraform provider https://github.com/terraform-google-modules/terraform-google-gcloud
@livio-a , when we deploy an init/setup job using a newer image tag, is the old revision still allowed to serve traffic during the job execution?
The old revision must serve traffic until the new is ready IMO it might even make sense to then gradually swift traffic from the old to the new revision