You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**When the time arrives**, the specified reducer/procedure is automatically called with the row as a parameter
85
85
4.**The row is typically deleted** or updated by the reducer after processing
86
86
87
+
## Security Considerations
88
+
89
+
:::warning Scheduled Reducers Are Callable by Clients
90
+
Scheduled reducers are normal reducers that can also be invoked by external clients. If a scheduled reducer should only execute via the scheduler, add authentication checks.
0 commit comments