agronholm / apscheduler

Task scheduling library for Python
MIT License
5.94k stars 690 forks source link

feat: Support pausing and unpausing schedules #902

Closed WillDaSilva closed 2 months ago

WillDaSilva commented 2 months ago

Closes https://github.com/agronholm/apscheduler/issues/899

coveralls commented 2 months ago

Coverage Status

coverage: 92.584% (-0.2%) from 92.772% when pulling 56c23ecbfde134b7ad77cc2bb5a133a051b9ac8c on WillDaSilva:master into 4ca9251b41a821b18092a51341f3477ab98970b2 on agronholm:master.

WillDaSilva commented 2 months ago

@agronholm Thanks for the review. I've addressed your comments related to the code, added an entry in the version history, and added a section about pausing and unpausing schedules to the docs. Let me know if you would like any changes to them, or if you would rather just update them yourself in a follow-up if my writing style in the docs isn't to your liking.