Skip to content

scala-steward

scala-steward #147

Triggered via schedule December 24, 2023 01:01
Status Success
Total duration 3m 39s
Artifacts

scala-steward.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
scala-steward
2023-12-24T01:02:57.188Z [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 uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/