Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <atymicq@gmail.com>
  • Loading branch information
gborcherds and atymic committed Mar 2, 2021
1 parent d14403b commit 96bafc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -166,7 +166,9 @@ If this method is not present on your notification, the notification will *not*

**Conditionally turn off scheduler**

If you would like to turn off all notifications for your app, set an env variable of `SCHEDULED_NOTIFICATIONS_DISABLED` to `true` and it will turn off the auto scheduler.
If you would like to disable sending of scheduled notifications, set an env variable of `SCHEDULED_NOTIFICATIONS_DISABLED` to `true`. You will still be able to schedule notifications, and they will be sent once the scheduler is enabled.

This could be useful for ensuring that scheduled notifications are only sent by a specific server, for example.

## Running the Tests

Expand Down

0 comments on commit 96bafc5

Please sign in to comment.