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

Retry crop generator if failed #127

Merged
merged 7 commits into from
Sep 10, 2024
Merged

Retry crop generator if failed #127

merged 7 commits into from
Sep 10, 2024

Conversation

meomancer
Copy link
Collaborator

@meomancer meomancer commented Sep 3, 2024

This will fix #119

The retry function will be triggered every hour

Copy link

github-actions bot commented Sep 3, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7159 6770 95% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 75b6050 by action🐍

Copy link

codecov bot commented Sep 3, 2024

Codecov Report

Attention: Patch coverage is 92.50000% with 15 lines in your changes missing coverage. Please review.

Project coverage is 94.53%. Comparing base (c4894fa) to head (75b6050).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
django_project/gap/admin/crop_insight.py 33.33% 8 Missing ⚠️
django_project/gap/models/crop_insight.py 88.23% 6 Missing ⚠️
django_project/core/models/background_task.py 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
+ Coverage   94.49%   94.53%   +0.03%     
==========================================
  Files         122      123       +1     
  Lines        6774     6947     +173     
==========================================
+ Hits         6401     6567     +166     
- Misses        373      380       +7     

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

@meomancer meomancer marked this pull request as ready for review September 4, 2024 03:39
Copy link
Collaborator

@danangmassandy danangmassandy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @meomancer

@danangmassandy danangmassandy merged commit 9a10cfc into main Sep 10, 2024
4 checks passed
@danangmassandy danangmassandy deleted the 119-crop-plan-retry branch September 10, 2024 08:55
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.

Retry Crop plan generator task that is failed
2 participants