Unable to Edit or import a location

Whenever I try to Edit an existing Location , I keep facing this message and it won`t allow me to edit the fields. trying to import a location also shows this message.
Waited hours to finish but still the same message.

Hi Andinet,

When a location import or edit is ongoing, a lock is stored in redis to prevent other requests from making potentially conflicting modifications. If there's a large import in process, then this is expected behavior. It's also possible there was an uncaught failure somewhere which prevented the lock from being released. The lock should expire automatically 10 hours after being created, so by the time you read this it should be resolved.

Should you run into this issue again, you can run this command to manually clear the locks (though you should first ensure there's no ongoing upload).

./manage.py release_location_locks <domain>