Open jghibiki opened 3 years ago
Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Replaces the aiocron dependency with a simpler implementation that makes it easier to correctly get the time that a script is scheduled to run at.
The method for calculating the time a script will run at is off by ~20 minutes
The time a script will run is calculated correctly.
No breaking changes, it has been tested against the latest code on master.
❗️🖊 If you have not yet, please sign our Contributor License Agreement. Your PR will not be accepted until we have confirmed that you have signed.
Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Replaces the aiocron dependency with a simpler implementation that makes it easier to correctly get the time that a script is scheduled to run at.
The method for calculating the time a script will run at is off by ~20 minutes
The time a script will run is calculated correctly.
No breaking changes, it has been tested against the latest code on master.
❗️🖊 If you have not yet, please sign our Contributor License Agreement. Your PR will not be accepted until we have confirmed that you have signed.