quirrel-dev / quirrel

The Task Queueing Solution for Serverless.
https://quirrel.dev
MIT License
892 stars 67 forks source link

TimeoutOverflowWarning #190

Closed matthieuh closed 3 years ago

matthieuh commented 3 years ago

Bug Report

Current Behavior TimeoutOverflowWarning enqueuing in Blitz: 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

Screen Shot 2021-03-18 at 18 48 52
Skn0tt commented 3 years ago

Thanks for the report! Working on it.

Skn0tt commented 3 years ago

@allcontributors add matthieuh for bugs

allcontributors[bot] commented 3 years ago

@Skn0tt

I've put up a pull request to add @matthieuh! :tada:

Skn0tt commented 3 years ago

published in v1.3.2