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?
any answers ?