busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Async Task to queue post_upcoming_events job for the next day #305

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

Closes #290

What does this do

Create a management command that queues jobs to post upcoming events for the next day.

Why are we doing this

Making Upcoming Events multi-tenant.

How should this be tested

Need to ask tests around this workflow

Migrations

Dependencies

n/a

Callouts

n/a

codecov-commenter commented 4 years ago

Codecov Report

Merging #305 into master will decrease coverage by 0.43%. The diff coverage is 74.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
- Coverage   92.95%   92.52%   -0.44%     
==========================================
  Files          70       70              
  Lines        2171     2193      +22     
==========================================
+ Hits         2018     2029      +11     
- Misses        153      164      +11     
Impacted Files Coverage Δ
busy_beaver/exceptions.py 83.33% <ø> (-0.88%) :arrow_down:
busy_beaver/apps/upcoming_events/workflow.py 43.24% <40.00%> (-4.59%) :arrow_down:
busy_beaver/apps/upcoming_events/cli.py 89.47% <85.71%> (-3.63%) :arrow_down:
busy_beaver/apps/upcoming_events/models.py 93.10% <100.00%> (ø)
busy_beaver/common/models.py 100.00% <100.00%> (ø)
busy_beaver/common/wrappers/meetup.py 97.91% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 71157e8...f7fc677. Read the comment docs.