File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def computationR: Int = ???
103103repeat(Schedule .fixedInterval(100 .millis))(computationR)
104104```
105105
106- [ Rate limit] ( https://ox.softwaremill.com/latest/scheduling /rate-limiter.html ) computations:
106+ [ Rate limit] ( https://ox.softwaremill.com/latest/utils /rate-limiter.html ) computations:
107107
108108``` scala mdoc:compile-only
109109supervised:
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def computationR: Int = ???
8080repeat(Schedule .fixedInterval(100 .millis))(computationR)
8181```
8282
83- [ Rate limit] ( scheduling /rate-limiter.md) computations:
83+ [ Rate limit] ( utils /rate-limiter.md) computations:
8484
8585``` scala mdoc:compile-only
8686supervised:
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def computationR: Int = ???
6767repeat(Schedule .fixedInterval(100 .millis))(computationR)
6868```
6969
70- [ Rate limit] ( scheduling /rate-limiter.md) computations:
70+ [ Rate limit] ( utils /rate-limiter.md) computations:
7171
7272``` scala
7373supervised:
You can’t perform that action at this time.
0 commit comments