Skip to content

feat: debug stuck process by sending SIGUSR1 by ankush [frappe] PR#25502

Bot Dokos requested to merge ft-pr-25502 into develop

From: https://github.com/frappe/frappe/pull/25502
Date: 2024-03-18 19:19:32+05:30

  • fix: set sane default timeout on SMTP
  • fix: debug stuck process by sending SIGUSR1



Diagnostics

pre-commit failed for source commit: 6560d4587a1e301db5a98e0410213b669bc82a1e
Run ruff linter and apply fixes..........................................Failed
- hook id: ruff
- exit code: 1

frappe/__init__.py:1940:19: RUF005 Consider iterable unpacking instead of concatenation
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25502

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25502

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports