5sControl / 5sControl/5s-backend

Implement sending email notifications in background mode

Open
#302 1 comment 0 reactions 1 assignee Claimed by @Dimskay1988 View on GitHub
5s Back enhancement
Dominant language
Python
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Для оптимизации процессов необходимо осуществлять отправку нотификаций в фоновом режиме

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.