-
Notifications
You must be signed in to change notification settings - Fork 30
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
Disabling reminders for selected activities #89
Comments
No. @EvgLol In your case, it is just the reminders is not found for the considering window It will pick up in the correct time window if you run this cron job continuously at intervals. |
Ok. I understand about the time window. The problem is why do I get both remindings? For the checked quiz and for the unchecked quiz? |
Oh. I was referring to your log. Nevermind. The However as you say, if you have unticked |
Hello.
I am facing a problem with reminders settings.
The plugin settings are (in the section "Event reminders"):
So. When I create 2 quizes in a course and then setup reminders in this course I want to get reminders about quiz1 and do not want to get reminders about quiz2.
So for the reminders in the course I disable all the checks for quiz2 ("enabled", "1 day" and "overdue" are unchecked).
And for quiz1 I keep all the checks as is.
The rest settings for the course reminders are:
So, whe cron starts local reminders task I get reminders for both quizes (quiz1 and quiz2).
And the log says:
Execute scheduled task: Local Reminders (local_reminders\task\send_reminders)
... started 11:20:06. Current memory use 40.3Мбайт.
[Local Reminder] Time window: Четверг, 21 Май 2020, 11:20 to Четверг, 21 Май 2020, 11:20
[Local Reminder] No upcoming events. Aborting...
[LOCAL REMINDERS] Overdue Activity Reminder Cron Started @ 1590049206
[LOCAL REMINDERS] No expired events found for this cron cycle! Skipped.
... used 6 dbqueries
... used 0.024744033813477 seconds
Scheduled task complete: Local Reminders (local_reminders\task\send_reminders)
It seems to me, that only global module setting is considered. Because if I uncheck "1 day" in the plugin settings (/admin/settings.php?section=local_reminders), reminders are not sent.
Is the setting for particular course activity being ignored?
The text was updated successfully, but these errors were encountered: