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

Unschedule job for creating standup meetings #473

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

JoshDevHub
Copy link
Collaborator

@JoshDevHub JoshDevHub commented Feb 14, 2024

What's the change?

Temporarily unschedule job for creating new standup meetings. This is done to conserve storage on heroku's mini postgres db instance.

This will prevent records being created for daily standup meetings. This will also stop creating notification records associated with each meeting.

Highlights / Surprises / Risks / Cleanup

Potential surprise: I left the other jobs scheduled. This is because those jobs only write to existing records rather than create new ones, so they shouldn't have any impact on storage limits.

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (06c9b49) 99.26% compared to head (7ef63c9) 99.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #473   +/-   ##
=======================================
  Coverage   99.26%   99.26%           
=======================================
  Files         219      219           
  Lines        3393     3393           
=======================================
  Hits         3368     3368           
  Misses         25       25           

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

@toyhammered toyhammered merged commit 03489c8 into main Feb 14, 2024
3 checks passed
@toyhammered toyhammered deleted the kill-scheduled-jobs branch February 14, 2024 20:58
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