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
When I set the schedule below (run every day at 9), the job runs again after the initial run takes longer than 15 minutes, despite setting expireInHours: 6.
The second issue is that I see in the jobs Postgres table expire_in: 00:15:00 and retry_limit: 2.
When I set the schedule below (run every day at 9), the job runs again after the initial run takes longer than 15 minutes, despite setting
expireInHours: 6
.The second issue is that I see in the
jobs
Postgres tableexpire_in: 00:15:00
andretry_limit: 2
.According to the docs,
retryLimit
default is 0.Please help.
The text was updated successfully, but these errors were encountered: