Description
I’m using pulse.schedule with dates that are more than 24 days from the current date, and I’m getting this error:
TimeoutOverflowWarning: 2494793808 does not fit into a 32-bit signed integer.
How can I avoid this error, since it’s common to want to schedule tasks far in the future?
Code example
No response
Additional context
No response