EGI-Federation / fedcloud-dashboard

Common dashboard for the EGI Cloud Compute service
MIT License
3 stars 2 forks source link

Force restart of containers #35

Closed enolfc closed 2 years ago

enolfc commented 2 years ago

Summary

Restart containers as they may die for oom:

dashboard_1         | FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
dashboard_1         | error Command failed with signal "SIGABRT".
dashboard_1         | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
dashboard_1         | ERROR: "build-watch" exited with 1.
dashboard_1         | error Command failed with exit code 1.
dashboard_1         | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

This should avoid issues seen in the past days.


Related issue :

enolfc commented 2 years ago

It seems the previous attempt was not working properly :(

enolfc commented 2 years ago

terraform fails because this is a PR from a fork, so no access to secrets :(