seitime-frappe/frappe/commands
Ankush Menat 5a5ad3032c
fix: procline crash (#31845)
* fix: Skip rollback if no DB

* fix: drop proctitle from dependency

- While it improves our own processes, it makes gunicorn process titles worse
- It also crashes on mac because of some unknown reason related to fork-safety.

Best to not use this.
2025-03-21 12:30:19 +05:30
..
__init__.py Testing Module (#28000) 2024-10-07 09:46:49 +02:00
gettext.py refactor: type hint cli context 2024-09-13 17:25:43 +02:00
redis_utils.py perf: defer imports during CLI 2024-02-19 18:10:07 +05:30
scheduler.py fix: check for running jobs before migrating (#31438) 2025-02-26 09:30:38 +00:00
site.py fix: always persist all indexes added via db.add_index (#31177) 2025-02-25 07:25:49 +00:00
test_commands.py fix: always persist all indexes added via db.add_index (#31177) 2025-02-25 07:25:49 +00:00
testing.py ci: balance test distribution manually 2025-01-04 10:55:53 +05:30
translate.py refactor: type hint cli context 2024-09-13 17:25:43 +02:00
utils.py fix: procline crash (#31845) 2025-03-21 12:30:19 +05:30