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
i came across a scenario where delay was failing silently.
it took a while to debug bc i was not seeing any errors.
i saw that the library was being rewritten in TypeScript, maybe consider adding a type check for the delay field. In my case, I was accidentally passing in a string and it seems like the queue schduler did not even know how to handle that.
The text was updated successfully, but these errors were encountered:
i came across a scenario where
delay
was failing silently.it took a while to debug bc i was not seeing any errors.
i saw that the library was being rewritten in TypeScript, maybe consider adding a type check for the delay field. In my case, I was accidentally passing in a string and it seems like the queue schduler did not even know how to handle that.
The text was updated successfully, but these errors were encountered: