ensure svg width does not exceed the page space

This commit is contained in:
Willy Kloucek
2022-04-13 09:33:57 +02:00
parent ac8b1295ec
commit 1a3e4ba66d
12 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Number 3: A hybrid solution between framework and in-house.
### Design
{{< svg src="ocis/static/runtime.drawio.svg" >}}
{{< figure src="/ocis/static/runtime.drawio.svg" >}}
First of, every ocis service IS a go-micro service, and because go-micro makes use of urfave/cli, a service can be conveniently wrapped inside a subcommand. Writing a supervisor is then a choice. We do use a supervisor to ensure long-running processes and embrace the "let it crash" mentality. The piece we use for this end is called [Suture](https://github.com/thejerf/suture).