Skip to content
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

No scheduled notifications need to be sent #77

Closed
sunguski07 opened this issue Jun 2, 2021 · 3 comments
Closed

No scheduled notifications need to be sent #77

sunguski07 opened this issue Jun 2, 2021 · 3 comments

Comments

@sunguski07
Copy link

I have done all the configuration and the notifications are being stored in the scheduled notifications table but when I run the "php artisan snooze:send" command it says no scheduled notifications need to be sent.

@eduduardo
Copy link

This command will only output notifications if some item on scheduled_notifications.send_at has a datetime before or equals now().

Also you need to check your SCHEDULED_NOTIFICATION_SEND_TOLERANCE, present in config/snooze.php the default is 24 hours before.

@eduduardo
Copy link

I guess this issue can be closed.

@atymic atymic closed this as completed Sep 10, 2021
@atymic
Copy link
Collaborator

atymic commented Sep 10, 2021

Thanks @eduduardo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants