Feature Request: make it work well when several instances are run concurrently
Ouverte
wontfix
- Langage dominant
- Python
- Étoiles
- 754
- Forks
- 69
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
```bash
for i in $(seq 1 10); do matrix-commander --message $i & ; done
```
Running the above yields:
- One successful message to the channel
- Two `peewee.OperationalError: database is locked` errors
- Six corrupt messages in the channel `Unable to decrypt: The secure channel with the sender was corrupted`
- One `ERROR: matrix-commander: Message send failed. Sorry.` with no traceback
It would be excellent if multiple instances of this program could run concurrently, or at the very least wait politely for a while for any siblings to finish.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.