`completedTime` of scheduled function meta data incorrect
const response = ctx.db.system.get(jobId)
The completedTime
of response
seems to be set incorrectly if the scheduled function calls an internal mutation. Seems to be set correctly if the scheduled function is for an internal action.
0 Replies