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
Remove security warning from 00500-schedule-tables.md (#4463)
Now that scheduled reducers are private, this warning is no longer
necessary.
# Description of Changes
- removed Security Considerations section from Schedule Tables
documentation
Signed-off-by: Tao Tien <29749622+taotien@users.noreply.github.com>
Co-authored-by: joshua-spacetime <josh@clockworklabs.io>
3.**When the time arrives**, the specified reducer/procedure is automatically called with the row as a parameter
365
365
4.**The row is typically deleted** or updated by the reducer after processing
366
366
367
-
## Security Considerations
368
-
369
-
:::warning Scheduled Reducers Are Callable by Clients
370
-
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