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
{{ message }}
This repository was archived by the owner on Oct 27, 2025. It is now read-only.
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?
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