How to resolve Connection lost when action take too long
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
The issue only occure on chromium base browser. it works in firefox. and it works after reinstalling google chrome. Thank you for the help.
Hi,
Did you checked the odoo log file ? Does it shows something like virtual time limit exceeded ?
If yes in odoo conf file, increase virtual time limit and restart the odoo service.
limit_time_real = X
Thanks & Regards
I have this on my configuration
limit_request = 8192
limit_time_cpu = 3600
limit_time_real = 3600
limit_time_real_cron = -1
increase the value of limit_time_real and also check the odoo log and ensure the above message is coming in the odoo log while the conenction lost comes
i got this error on browser console
Failed to load resource: net::ERR_FAILED web/dataset/call_button:1
web.assets_backend.min.js:596 Uncaught (in promise) Error web.assets_backend.min.js:596 Uncaught (in promise) Error
at XMLHttpRequest.<anonymous> (web.assets_backend.min.js:596:8)
2022-07-23 07:30:58,233 21104 INFO ? odoo: Odoo version 15.0+e-20220719
2022-07-23 07:30:58,233 21104 INFO ? odoo: Using configuration file at D:\test\odoo\odoo.conf
2022-07-23 07:30:58,233 21104 INFO ? odoo: addons paths: ['D:\\test\\odoo\\odoo\\addons', 'c:\\users\\spv_i\\appdata\\local\\openerp s.a\\odoo\\addons\\15.0', 'd:\\test\\odoo\\odoo\\addons', 'd:\\test\\odoo\\custom']
2022-07-23 07:30:58,234 21104 INFO ? odoo: database: odoo15@default:default
2022-07-23 07:30:58,961 21104 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at D:\odoo\thirdparty\wkhtmltopdf.exe
2022-07-23 07:30:59,297 21104 INFO ? odoo.service.server: HTTP service (werkzeug) running on DESKTOP-VQO4R0E:8569
2022-07-23 07:30:59,358 21104 INFO odoo_test odoo.modules.loading: loading 1 modules...
2022-07-23 07:30:59,364 21104 INFO odoo_test odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries (+0 extra)
2022-07-23 07:30:59,459 21104 INFO odoo_test odoo.modules.loading: loading 95 modules...
2022-07-23 07:31:00,714 21104 WARNING odoo_test odoo.models: The model raja.ongkir.city has no _description
2022-07-23 07:31:00,715 21104 WARNING odoo_test odoo.models: The model raja.ongkir.carrier has no _description
2022-07-23 07:31:00,716 21104 WARNING odoo_test odoo.models: The model raja.ongkir.subdistrict has no _description
2022-07-23 07:31:00,717 21104 WARNING odoo_test odoo.models: The model raja.ongkir.waybill has no _description
2022-07-23 07:31:00,727 21104 INFO odoo_test odoo.modules.loading: 95 modules loaded in 1.27s, 0 queries (+0 extra)
2022-07-23 07:31:00,955 21104 INFO odoo_test odoo.modules.loading: Modules loaded.
2022-07-23 07:31:00,971 21104 INFO odoo_test odoo.modules.registry: Registry loaded in 1.681s
2022-07-23 07:31:29,058 21104 INFO ? odoo.http: HTTP Configuring static files
2022-07-23 07:31:29,087 21104 INFO odoo_test odoo.addons.base.models.ir_http: Generating routing map for key 1
2022-07-23 07:31:31,413 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:31] "GET / HTTP/1.1" 200 - 390 0.505 1.837
2022-07-23 07:31:31,439 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:31] "GET /web/static/lib/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - - - -
2022-07-23 07:31:31,459 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:31] "GET /web/assets/714-b6e452b/1/web.assets_common.min.css HTTP/1.1" 200 - 2 0.001 0.013
2022-07-23 07:31:31,831 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:31] "GET /web/assets/717-d3896db/1/web.assets_frontend.min.css HTTP/1.1" 200 - 2 0.002 0.066
2022-07-23 07:31:31,833 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:31] "GET /web/assets/718-2a455f2/1/website.assets_editor.min.css HTTP/1.1" 200 - 2 0.012 0.055
2022-07-23 07:31:32,160 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web_enterprise/static/fonts/Roboto/Roboto-Medium-webfont.woff HTTP/1.1" 304 - - - -
2022-07-23 07:31:32,171 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web/assets/590-52ad525/1/web.assets_common_minimal.min.js HTTP/1.1" 200 - 2 0.001 0.011
2022-07-23 07:31:32,239 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web/assets/591-d0d923e/1/web.assets_frontend_minimal.min.js HTTP/1.1" 200 - 2 0.005 0.019
2022-07-23 07:31:32,396 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web/image/website/1/logo/My Website?unique=7ca26e3 HTTP/1.1" 200 - 4 0.012 0.166
2022-07-23 07:31:32,423 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web/image/website.s_cover_default_image HTTP/1.1" 200 - 10 0.015 0.165
2022-07-23 07:31:32,444 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web/image/website.s_banner_default_image HTTP/1.1" 200 - 8 0.034 0.165
2022-07-23 07:31:32,508 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web/image/website.s_carousel_default_image_1 HTTP/1.1" 200 - 8 0.009 0.017
2022-07-23 07:31:32,853 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:32] "GET /web/assets/704-e0f9fc6/1/web.assets_common_lazy.min.js HTTP/1.1" 200 - 2 0.001 0.024
2022-07-23 07:31:33,118 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:33] "GET /web/assets/719-3881fa5/1/web.assets_frontend_lazy.min.js HTTP/1.1" 200 - 2 0.001 0.023
2022-07-23 07:31:33,253 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:33] "GET /website/translations/5227498d9df4b403b0244c75aac21e0c091e50ce?lang=en_US HTTP/1.1" 200 - 4 0.008 0.007
2022-07-23 07:31:33,499 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:33] "POST /shop/get_destination_type HTTP/1.1" 200 - 4 0.010 0.006
2022-07-23 07:31:33,502 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:33] "GET /website_sale_stock/static/src/xml/website_sale_stock_product_availability.xml?debug=1658561493200 HTTP/1.1" 200 - - - -
2022-07-23 07:31:33,514 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:33] "GET /web/assets/720-2a455f2/1/website.assets_editor.min.js HTTP/1.1" 200 - 2 0.001 0.008
2022-07-23 07:31:33,529 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:33] "GET /theme_clarico_vega/static/src/xml/customise_option.xml?debug=1658561493525 HTTP/1.1" 200 - - - -
2022-07-23 07:31:33,956 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:33] "GET /web/webclient/qweb/1658561493527?bundle=web.assets_frontend HTTP/1.1" 200 - 16 0.017 0.106
2022-07-23 07:31:34,294 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:34] "GET /website/translations/5227498d9df4b403b0244c75aac21e0c091e50ce HTTP/1.1" 200 - 4 0.003 0.015
2022-07-23 07:31:34,545 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:34] "GET /website/static/src/xml/website.xml?debug=1658561494309 HTTP/1.1" 200 - - - -
2022-07-23 07:31:34,641 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:34] "GET /shop/wishlist?count=1 HTTP/1.1" 200 - 4 0.009 0.011
2022-07-23 07:31:34,881 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:34] "GET /website/static/src/snippets/s_searchbar/000.xml?debug=1658561494567 HTTP/1.1" 200 - - - -
2022-07-23 07:31:34,892 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:34] "POST /shop/get_carrier_list HTTP/1.1" 200 - 4 0.005 0.009
2022-07-23 07:31:34,895 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:34] "GET /website/static/src/xml/website.editor.xml?debug=1658561494884 HTTP/1.1" 200 - - - -
2022-07-23 07:31:35,069 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:35] "POST /web/dataset/call_kw/ HTTP/1.1" 200 - 27 0.068 0.113
2022-07-23 07:31:35,202 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:35] "GET /web/assets/721-cd44d09/1/web_editor.assets_wysiwyg.min.css HTTP/1.1" 200 - 2 0.001 0.011
2022-07-23 07:31:35,233 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:35] "GET /service_worker HTTP/1.1" 200 - 31 0.040 0.896
2022-07-23 07:31:35,273 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:35] "GET /web/image/website.s_carousel_default_image_2 HTTP/1.1" 200 - 8 0.014 0.013
2022-07-23 07:31:35,422 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:35] "GET /web/assets/722-cd44d09/1/web_editor.assets_wysiwyg.min.js HTTP/1.1" 200 - 2 0.001 0.027
2022-07-23 07:31:35,430 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:35] "GET /web/image/website.s_carousel_default_image_3 HTTP/1.1" 200 - 8 0.022 0.015
2022-07-23 07:31:35,882 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:35] "POST /web/dataset/call_kw/ HTTP/1.1" 200 - 27 0.026 0.068
2022-07-23 07:31:36,203 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web HTTP/1.1" 200 - 425 0.237 1.013
2022-07-23 07:31:36,219 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/assets/723-7c17fd0/1/website.assets_wysiwyg.min.css HTTP/1.1" 200 - 2 0.003 0.017
2022-07-23 07:31:36,220 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/assets/724-7c17fd0/1/website.assets_wysiwyg.min.js HTTP/1.1" 200 - 2 0.002 0.016
2022-07-23 07:31:36,737 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/assets/708-a273d7c/web.assets_common.min.css HTTP/1.1" 200 - 2 0.001 0.191
2022-07-23 07:31:36,738 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/webclient/load_menus/581216ea9d25e08578fb9adcac79d93342a5da6dc42b0ea0ec0a00db1b3182bb HTTP/1.1" 200 - 1 0.003 0.183
2022-07-23 07:31:36,740 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/assets/709-a273d7c/web.assets_common.min.js HTTP/1.1" 200 - 2 0.002 0.190
2022-07-23 07:31:36,782 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/assets/715-94c0b96/web.assets_backend.min.css HTTP/1.1" 200 - 2 0.025 0.211
2022-07-23 07:31:36,786 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/assets/716-94c0b96/web.assets_backend.min.js HTTP/1.1" 200 - 2 0.022 0.215
2022-07-23 07:31:36,980 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:36] "GET /web/webclient/qweb/4c1682f4183f7956e290c68871eaff51337f366d43687cabb1862614b226776a?bundle=web.assets_qweb HTTP/1.1" 200 - 2 0.006 0.419
2022-07-23 07:31:37,093 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:37] "GET /web/assets/409-01a8c63/web.assets_backend_prod_only.min.js HTTP/1.1" 200 - 2 0.007 0.012
2022-07-23 07:31:37,110 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:37] "GET /web/webclient/translations/5227498d9df4b403b0244c75aac21e0c091e50ce?lang=en_US HTTP/1.1" 200 - 3 0.003 0.010
2022-07-23 07:31:37,469 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:37] "GET /web/webclient/translations/5227498d9df4b403b0244c75aac21e0c091e50ce?lang=en_US HTTP/1.1" 200 - 3 0.012 0.010
2022-07-23 07:31:37,542 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:37] "GET /web/static/img/favicon.ico HTTP/1.1" 304 - - - -
2022-07-23 07:31:37,728 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:37] "GET /web/webclient/translations/5227498d9df4b403b0244c75aac21e0c091e50ce?lang=en_US HTTP/1.1" 200 - 3 0.004 0.011
2022-07-23 07:31:37,799 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:37] "GET /web/webclient/locale/en_US HTTP/1.1" 200 - 1 0.002 0.009
2022-07-23 07:31:38,055 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "GET /web/static/lib/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 304 - - - -
2022-07-23 07:31:38,148 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "GET /web_enterprise/static/fonts/Roboto/Roboto-Regular-webfont.woff HTTP/1.1" 304 - - - -
2022-07-23 07:31:38,192 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "GET /web_enterprise/static/fonts/Roboto/Roboto-Medium-webfont.woff HTTP/1.1" 304 - - - -
2022-07-23 07:31:38,223 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "POST /web/dataset/call_kw/res.users/systray_get_activities HTTP/1.1" 200 - 3 0.018 0.009
2022-07-23 07:31:38,263 21104 INFO ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres
2022-07-23 07:31:38,347 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "POST /mail/init_messaging HTTP/1.1" 200 - 66 0.101 0.055
2022-07-23 07:31:38,385 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "POST /longpolling/im_status HTTP/1.1" 200 - 4 0.014 0.009
2022-07-23 07:31:38,487 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "POST /mail/load_message_failures HTTP/1.1" 200 - 11 0.014 0.014
2022-07-23 07:31:38,560 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "GET /web_enterprise/static/img/home-menu-bg-overlay.svg HTTP/1.1" 304 - - - -
2022-07-23 07:31:38,586 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "GET /web/image?model=res.users&field=avatar_128&id=2 HTTP/1.1" 200 - 7 0.009 0.025
2022-07-23 07:31:38,678 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "GET /sale/static/description/icon.png HTTP/1.1" 304 - - - -
2022-07-23 07:31:38,692 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:38] "GET /account/static/description/icon.png HTTP/1.1" 304 - - - -
2022-07-23 07:31:39,594 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:39] "POST /web/action/load HTTP/1.1" 200 - 57 0.068 0.038
2022-07-23 07:31:40,280 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:40] "POST /web/dataset/call_kw/sale.order/load_views HTTP/1.1" 200 - 176 0.200 0.170
2022-07-23 07:31:40,629 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:40] "GET /service_worker HTTP/1.1" 200 - 3 0.003 0.010
2022-07-23 07:31:40,737 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:40] "POST /web/dataset/search_read HTTP/1.1" 200 - 38 0.092 0.044
2022-07-23 07:31:41,084 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:41] "POST /web/dataset/call_kw/crm.tag/read HTTP/1.1" 200 - 3 0.020 0.005
2022-07-23 07:31:41,408 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:41] "POST /web/dataset/call_kw/res.users/has_group HTTP/1.1" 200 - 2 0.003 0.005
2022-07-23 07:31:41,844 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:41] "GET /web/image/res.users/2/avatar_128 HTTP/1.1" 200 - 7 0.008 0.015
2022-07-23 07:31:41,936 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:41] "POST /sales/sale_quotation_onboarding_panel HTTP/1.1" 200 - 50 0.080 0.066
2022-07-23 07:31:45,874 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:45] "POST /web/action/load HTTP/1.1" 200 - 33 0.048 0.022
2022-07-23 07:31:46,256 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:46] "POST /web/dataset/call_kw/delivery.carrier/load_views HTTP/1.1" 200 - 33 0.036 0.032
2022-07-23 07:31:46,612 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:46] "POST /web/dataset/search_read HTTP/1.1" 200 - 8 0.019 0.011
2022-07-23 07:31:46,958 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:46] "GET /web/static/src/img/openhand.cur HTTP/1.1" 304 - - - -
2022-07-23 07:31:48,932 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:48] "POST /web/dataset/call_kw/delivery.price.rule/load_views HTTP/1.1" 200 - 22 0.025 0.015
2022-07-23 07:31:49,354 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:49] "POST /web/dataset/call_kw/delivery.carrier/read HTTP/1.1" 200 - 14 0.067 0.030
2022-07-23 07:31:49,676 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:49] "GET /web/static/src/legacy/xml/ribbon.xml?debug=1658561509368 HTTP/1.1" 200 - - - -
2022-07-23 07:31:52,192 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:52] "POST /web/dataset/search_read HTTP/1.1" 200 - 3 0.005 0.007
2022-07-23 07:31:53,807 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:53] "POST /web/dataset/call_kw/delivery.carrier/read HTTP/1.1" 200 - 14 0.030 0.021
2022-07-23 07:31:55,744 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:55] "GET /web_enterprise/static/fonts/Roboto/Roboto-Bold-webfont.woff HTTP/1.1" 304 - - - -
2022-07-23 07:31:58,198 21104 INFO ? werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:58] "GET /web/static/img/spin.png HTTP/1.1" 304 - - - -
2022-07-23 07:31:59,867 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:59] "GET /web/assets/708-a273d7c/web.assets_common.min.css HTTP/1.1" 200 - 2 0.003 0.024
2022-07-23 07:31:59,884 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:31:59] "GET /web/assets/715-94c0b96/web.assets_backend.min.css HTTP/1.1" 200 - 2 0.006 0.035
2022-07-23 07:32:00,114 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:32:00] "GET /web HTTP/1.1" 200 - 17 0.042 0.225
2022-07-23 07:32:01,150 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Starting job `Mail: Email Queue Manager`.
2022-07-23 07:32:01,172 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Job `Mail: Email Queue Manager` done.
2022-07-23 07:32:01,183 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Starting job `Partner Autocomplete : Sync with remote DB`.
2022-07-23 07:32:01,192 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Job `Partner Autocomplete : Sync with remote DB` done.
2022-07-23 07:32:01,202 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Starting job `SMS: SMS Queue Manager`.
2022-07-23 07:32:01,213 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Job `SMS: SMS Queue Manager` done.
2022-07-23 07:32:01,228 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Starting job `Snailmail: process letters queue`.
2022-07-23 07:32:01,239 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Job `Snailmail: process letters queue` done.
2022-07-23 07:32:01,248 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Starting job `Digest Emails`.
2022-07-23 07:32:01,259 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Job `Digest Emails` done.
2022-07-23 07:32:01,266 21104 INFO odoo_test odoo.addons.base.models.ir_cron: Starting job `payment: post-ling/im_status HTTP/1.1" 200 - 4 0.009 0.015
2022-07-23 07:35:49,723 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:35:49] "POST /longpolling/poll HTTP/1.1" 200 - 9 0.024 50.022
2022-07-23 07:35:52,461 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:35:52] "POST /longpolling/im_status HTTP/1.1" 200 - 4 0.013 0.012
2022-07-23 07:36:40,086 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:36:40] "POST /longpolling/poll HTTP/1.1" 200 - 9 0.006 50.029
2022-07-23 07:36:42,815 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:36:42] "POST /longpolling/im_status HTTP/1.1" 200 - 4 0.008 0.013
2022-07-23 07:37:00,734 21104 INFO odoo_test werkzeug: 127.0.0.1 - - [23/Jul/2022 07:37:00] "POST /web/webclient/version_info HTTP/1.1" 200 - 1 0.000 0.006
please monitor the odoo log file(its last part, not fully) when you get the connection lost while performing the action that takes long time
i have monitoring the odoo log file. no virtual time limit
I try create a simple action button that run this
def action_update_subdisctrict(self):
time.sleep(900)
return True
the result lost connection after a couple minutes
Herry, you should check and give a try to this:
https://www.odoo.com/it_IT/forum/assistenza-1/why-appeared-blank-page-when-configration-workers-above-0-172882
The server socket gets '2' seconds as default timeout, unless there is a different value specified in the ENVIRONMENT file for 'ODOO_HTTP_SOCKET_TIMEOUT' environment variable. It make sense to keep it low, but it can also cause issues if your request to the server takes more than 2 seconds to be processed.
I think you should check the link Ivan Elyzaryev posted in his answer to get more info, so you can learn how to manipulate the socket timeout.
You can make a simple try by changing the timeout value manually, and if it solves the problem you should consider to keep socket timeout at default value (2) and setup a reverse proxy.
the issue still exist
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up