Open huzaifa-99 opened 2 years ago
For a background job, say
const backgroundSchedule = { jobKey: "myJob", period:900000 // 15 minutes: this is the minimum time interval }
Is there a way to reduce the period value to less than 5 minutes in development?
period
For a background job, say
Is there a way to reduce the
period
value to less than 5 minutes in development?