Skip to content

docs: Fix cron schedule backoff example #1644

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NuroDev
Copy link

@NuroDev NuroDev commented Apr 19, 2025

Currently the Deno.cron documentation for retrying failed runs (Source) shows a code snippet that is, I am assuming, out of date as it recommends setting the options object as the fourth parameter when in reality it should be the third parameter & the last parameter is always set to be the cron handler.

@NuroDev
Copy link
Author

NuroDev commented Apr 19, 2025

After a bit more research, it does seem this function overload was recently removed in denoland/deno#22035.

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

Successfully merging this pull request may close these issues.

1 participant