I have 1 system with 2 instances, 1 clouds for the DB and another cloud for the system and interface.
It turns out that when I'm going to run a task, for example exporting 100 products ... The whole system freezes and no one else can access my site. NOTE: The current task continues to run and my system access only comes back to everyone when it completes the action. this happens on all long tasks ... like importing, exporting and connecting clients.
At that time I was exporting some products, so I could see the PUT screen connected to my cloud
WhileI'mexporting,everyonetryingtoaccessthesystemdoesnotgetit..andthemessagebelowisdisplayedinthechrome...Waitingforavailablesocket.
Idonotknowwhattodo,IdonotunderstandmuchaboutNgixn,I'llshowyouhowmyNgixnconfigurationfileis.
userwww-data;
worker_processes2;
pid/run/nginx.pid;include/etc/nginx/modules-enabled/*.conf;
events{ worker_connections2048; useepoll; multi_accepton;}
link
###BasicSettings##sendfileon;tcp_nopushon;tcp_nodelayon;keepalive_timeout65;types_hash_max_size2048;#server_tokensoff;#server_names_hash_bucket_size64;#server_name_in_redirectoff;include/etc/nginx/mime.types;default_typeapplication/octet-stream;###SSLSettings##ssl_protocolsTLSv1TLSv1.1TLSv1.2;#DroppingSSLv3,ref:POODLEssl_prefer_server_cipherson;###LoggingSettings##access_logoff;#/var/log/nginx/access.log;error_log/var/log/nginx/error.log;
fastcgi_bufferingoff;
###GzipSettings##gzipon;gzip_disable"msie6";
# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
##
# Virtual Host Configs
##
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
If anyone can help me, I'll be grateful! I tried to make several changes and nothing solves ... I do not know what to do ... everything I'm going to do I have to wait to give 1 of tomorrow not to gain access to any client. The cloud of the DB has 4 cores, and that of the system of 2.
Abrass