Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Odoo 11: How to edit odoo.conf file in odoo.sh for queue jobs?

Subscribe

Get notified when there's activity on this post

This question has been flagged
odoo.sh
4 Replies
13490 Views
Avatar
Mansi

As I am using queue_jobs for odoo 11 in my code. According to the document, I have added all the modifications in configuration file as specified in Job Queue documentation of odoo apps.

In odoo.sh, I found the odoo.conf file and tried to edit without using super user credentials i.e

nano odoo.conf

I added the lines in file and saved it. If I try to modify the odoo.conf file in odoo.sh from web shell,it does not make any impact on execution of queue_job.

Is there any other solution for executing queue job at server odoo.sh?

Would you like to suggest any other solution for the same or for queue jobs as well?


4
Avatar
Discard
Muhammad Awais

any answers ?

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

  1. Install the queue_job_cron_jobrunner module.
  2. No additional configuration is required—the module automates job processing via Odoo’s native cron scheduler.


Hope it helps

0
Avatar
Discard
Avatar
Bhavin Patel
Best Answer

In Odoo, the odoo.conf file contains the configuration settings for the server, including settings for the Job Queue. To make changes to the odoo.conf file, you typically need to have superuser privileges.

If you are running Odoo on a shared hosting platform like odoo.sh and don't have access to superuser credentials, you may not be able to modify the odoo.conf file directly. In this case, you can try using environment variables to set the Job Queue settings instead of modifying the odoo.conf file.

To do this, you can set the following environment variables in your server environment:

OPENERP_SERVER_WORKERS: This variable sets the number of worker processes that will process the jobs in the Job Queue. You can set it to a number that matches the number of CPU cores on your server. For example, to set it to 4, you can use the command export OPENERP_SERVER_WORKERS=4.

OPENERP_SERVER_JOB_TIMEOUT: This variable sets the maximum time (in seconds) that a job can run before it times out. You can set it to a value that is appropriate for your specific jobs. For example, to set it to 3600 seconds (1 hour), you can use the command export OPENERP_SERVER_JOB_TIMEOUT=3600.

By setting these environment variables, you can configure the Job Queue without having to modify the odoo.conf file directly.

Additionally, make sure that you have installed the queue_job module and configured it properly. You can refer to the Job Queue documentation for more information on how to use this modul.

0
Avatar
Discard
Avatar
Md Mahbubur Rahman
Best Answer

You need to run odoosh-restart http afterwards

0
Avatar
Discard
Avatar
Fazal Haleem
Best Answer

https://www.odoo.com/forum/help-1/odoo-sh-change-the-config-file-168183#:~:text=To you update your config,click on the SHELL tab.

0
Avatar
Discard
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
Related Posts Replies Views Activity
Demande d'explication - odoo.sh | odoo online Solved
odoo.sh
Avatar
Avatar
1
Nov 25
232
Odoo.sh initiating shutdown every 5-10 mins
odoo.sh
Avatar
Avatar
1
Jul 25
2868
odoo.sh determine production or dev instance from code ? Solved
odoo.sh
Avatar
1
Feb 25
4539
Odoo DB Expired - Odoo not reacting
odoo.sh
Avatar
Avatar
1
Jan 25
2185
Rebuild odoo.sh without retrieving production database Solved
odoo.sh
Avatar
Avatar
1
Oct 25
6459
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now