5sControl / 5sControl/5s-backend
Implement sending email notifications in background mode
Open
5s Back
enhancement
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Для оптимизации процессов необходимо осуществлять отправку нотификаций в фоновом режиме
Contributor guide
Research direction
The issue mentions sending email notifications in the background but does not specify the current notification system or which emails to move. Look for existing email-sending code, likely in Django views or signals. Research Django's Celery or RQ for background tasks, and check the project's configuration for any existing task queue setup. 'Done' means emails are queued and sent asynchronously without blocking the main request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100