https://github.com/ambitioninc/django-db-mutex/blob/develop/db_mutex/db_mutex.py#L83
Here the code deletes locks based on a datetime.now() calculation. I believe this means that if all servers aren't properly NTP-time-synced, the locks could be accidentally deleted sooner than expected on servers with time set in the future.
This code should be doing lock deletion based on the SQL server knowledge of time.