Skip to content

Scala Steward

Scala Steward #860

Triggered via schedule October 22, 2024 00:28
Status Success
Total duration 5m 11s
Artifacts

scala-steward.yml

on: schedule
scala-steward
5m 2s
scala-steward
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
scala-steward
2024-10-22T00:30:40.947Z [WARNING] Your app's responsiveness to a new asynchronous event (such as a new connection, an upstream response, or a timer) was in excess of 100 milliseconds. Your CPU is probably starving. Consider increasing the granularity of your delays or adding more cedes. This may also be a sign that you are unintentionally running blocking I/O operations (such as File or InetAddress) without the blocking combinator.
scala-steward
2024-10-22T00:30:42.052Z [WARNING] Your app's responsiveness to a new asynchronous event (such as a new connection, an upstream response, or a timer) was in excess of 100 milliseconds. Your CPU is probably starving. Consider increasing the granularity of your delays or adding more cedes. This may also be a sign that you are unintentionally running blocking I/O operations (such as File or InetAddress) without the blocking combinator.
scala-steward
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/