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
fix: calculate nextRunAt when endDate is undefined (#1227)
for backward compatibility check that endDate and startDate are defined when calculating nextRunAt value.
when upgrading from an older version of agenda those fields could be missing from the job and fail the computation of nextRunAt
with 'failed to calculate nextRunAt due to an invalid repeat interval' exception
this solves agenda/agenda#1224
0 commit comments