Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove django-database-locks dependency #24

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Remove django-database-locks dependency #24

merged 3 commits into from
Jul 16, 2024

Conversation

DDuarte
Copy link
Contributor

@DDuarte DDuarte commented Jul 16, 2024

This dependency assumes too much on the implementation of the platform. The recommendation is to do a subclass of the notification_sender command with any necessary locking mechanism (which can be the django-database-locks)

This dependency assumes too much on the implementation of the platform.
The recommendation is to do a subclass of the notification_sender command
with any necessary locking mechanism (which can be the django-database-locks)
@DDuarte DDuarte requested a review from a team as a code owner July 16, 2024 10:40
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.76%. Comparing base (eb4f6c5) to head (87036c4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
- Coverage   80.83%   80.76%   -0.08%     
==========================================
  Files          14       14              
  Lines         527      525       -2     
==========================================
- Hits          426      424       -2     
  Misses        101      101              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Jul 16, 2024

@DDuarte DDuarte merged commit 70d788f into main Jul 16, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants