Comment on A Celery-like Python Task Queue in 55 Lines of CodeparentComments−mborch12yYou could use mutex locking on the file system to avoid the race conditions.
Comments
You could use mutex locking on the file system to avoid the race conditions.