miaowing / nest-schedule

A cron-like and not-cron-like job distributed scheduler for Nest.js by decorators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout-Job only exception 32bit Integer for timeout

flodaniel opened this issue · comments

Hi,

the timeout job currently only accepts 32bit Integers for the timeout. This amounts to less then a month. Is it possible to set the timeout to a longer period (up to 6 Months)?

Thanks for your help!