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
It says in the docs that schedule() accepts the same options object as send(). However, after some testing, it seems that it ignores the retry options, instead running 2 retries with a delay of 2 seconds.
The text was updated successfully, but these errors were encountered:
It says in the docs that
schedule()
accepts the sameoptions
object assend()
. However, after some testing, it seems that it ignores the retry options, instead running 2 retries with a delay of 2 seconds.The text was updated successfully, but these errors were encountered: