worker could not find the job
Hi, I followed your simplist demo on the introduction page,but I got this error.
'Queick worker could not find the job. Please check your worker's launching directory.') queick.exceptions.NoSuchJobError: Queick worker could not find the job. Please check your worker's launching directory.
Do I need to put the job file to the directory where Queick installed?
Hi @smujiang, sorry for my late reply. I'll answer your question later, perhaps in 6 hours.
You must put your job file under the directory where you launch a queick worker process. For example, if you execute queick command at the project root, then you have to put your job file at the project root.