queick icon indicating copy to clipboard operation
queick copied to clipboard

A simple job-queue system for Python

Results 2 queick issues
Sort by recently updated
recently updated
newest added

Hi! sorry if I'm misunderstanding this completely but I'm trying to create a way to queue jobs in my Raspberry Pi and only have them running sequentially. My test code...

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...