Closed matthieuh closed 3 years ago
Current Behavior TimeoutOverflowWarning enqueuing in Blitz: TimeoutOverflowWarning: 2650483302 does not fit into a 32-bit signed integer.
TimeoutOverflowWarning
TimeoutOverflowWarning: 2650483302 does not fit into a 32-bit signed integer.
Input Code
await reminderQueue.enqueue({ to: "Sandy Cheeks", message: "Howdy!", }, { repeat: { cron: '0 10 18 * *' } })
Expected behavior/code No warnings
Environment
Additional context/Screenshots
Thanks for the report! Working on it.
@allcontributors add matthieuh for bugs
@Skn0tt
I've put up a pull request to add @matthieuh! :tada:
published in v1.3.2
Bug Report
Current Behavior
TimeoutOverflowWarning
enqueuing in Blitz:TimeoutOverflowWarning: 2650483302 does not fit into a 32-bit signed integer.
Input Code
Expected behavior/code No warnings
Environment
Additional context/Screenshots