We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The export is done weekly on the day set in the recurrence (Thursday in the example).
The export is done weekly, but on the weekday the scheduled export was created instead (Monday in the example).
The problem is ScheduledActionService looks only at the elapsed time since the last export.
ScheduledActionService
The text was updated successfully, but these errors were encountered:
@rivaldi8 Will this issue make it for 2.2.0 release?
Sorry, something went wrong.
I think so. I'll work on it this weekend.
Take into account weekdays on weekly scheduled actions
a74311a
The actions were run just once per week without taking into account the weekdays set by the user. Fixes codinguser#641
rivaldi8
No branches or pull requests
Steps to reproduce the behaviour
Expected behaviour
The export is done weekly on the day set in the recurrence (Thursday in the example).
Actual behaviour
The export is done weekly, but on the weekday the scheduled export was created instead (Monday in the example).
The problem is
ScheduledActionService
looks only at the elapsed time since the last export.Software specifications
The text was updated successfully, but these errors were encountered: