Connectors mailing list archives
connectors@odoo-community.org
Browse archives
Delayed execution of jobs
by
Open Source Integrators, Maxime Chambreuil
Hello,
We are working on a connector with Voicent, a telephony platform, to automatically call customers when a helpdesk ticket or field service order is completed.
As we can't call the customer in the middle of the night, the voicent backend defines times to call, like 10am, 2pm, 4pm.
We are creating a job in the queue when the ticket or order is completed (at 7pm) but we want to delay the execution of the job by the worker until the next day at 10am. The problem is that the worker executes the job immediately and marks it as Done.
Do you have any suggestions to work around this issue?
Thank you.
| ||||
Follow-Ups
-
Re: Delayed execution of jobs
byOpen Source Integrators, Maxime Chambreuil -
Re: Delayed execution of jobs
byOpen Source Integrators, Maxime Chambreuil