Odoo 8.0.1.3
/var/log/odoo/odoo-server.log
DEBUG pickndrop openerp.addons.base.ir.ir_cron: Another process/thread is already busy executing job Fetchmail Service
, skipping it.
odoo-server.conf auto_reload = False csv_internal_sep = , debug_mode = False demo = {} email_from = False import_partial = #limit_memory_hard = 805306368 #limit_memory_soft = 671088640 limit_request = 8192 limit_time_cpu = 600 limit_time_real = 1200 list_db = True
# uncomment below to activate debug logs #log_handler = ['["[\':DEBUG\']"]'] log_level = debug # should be set in run command (i.e. via --logfile) #logfile = /var/log/odoo/odoo-server.log login_message = False logrotate = True max_cron_threads = 2 netrpc = False netrpc_interface = netrpc_port = 8070 osv_memory_age_limit = 1.0 osv_memory_count_limit = False pg_path = None pidfile = False proxy_mode = True reportgz = False secure_cert_file = server.cert secure_pkey_file = server.pkey server_wide_modules = web,web_kanban smtp_password = False smtp_port = 25 smtp_server = localhost smtp_ssl = False smtp_user = False static_http_document_root = None static_http_enable = False static_http_url_prefix = None syslog = False test_commit = False test_enable = False test_file = False test_report_directory = False timezone = False translate_modules = ['all'] unaccent = False without_demo = False workers = 2 xmlrpc = True xmlrpc_port = 8069 xmlrpcs = True xmlrpcs_interface = xmlrpcs_port = 8071 longpolling_port = 8072
Read more here: https://stackoverflow.com/questions/66268525/mails-are-marked-as-readed-but-doesnt-fetch-how-can-i-prevent-a-process-from-cra
Content Attribution
This content was originally published by zenseicesar at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.