You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In docker-compose.uffizzi.com compose file first the web container had memory specification
deploy:
resources:
limits:
memory: 4000M
While the sidekiq container didn't have one. When I updated it in the compose file and triggered a deploy update, the memory limits for the sidekiq container stayed the same in the cluster, however the container was updated in the database.
The text was updated successfully, but these errors were encountered:
In docker-compose.uffizzi.com compose file first the web container had memory specification
While the sidekiq container didn't have one. When I updated it in the compose file and triggered a deploy update, the memory limits for the sidekiq container stayed the same in the cluster, however the container was updated in the database.
The text was updated successfully, but these errors were encountered: