We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulse v1.6.7 when querying pulse.jobs()
pulse.jobs()
pulse/src/job/index.ts
Line 217 in d338d77
There is a comment that this should not happen with non-recurring jobs
The retrieved job
{ _id: {...}, name: "schedule integration - 678980fd73095d1fc73c3036", data: { user: {...}, body: {...}, }, priority: 0, shouldSaveResult: false, attempts: 0, backoff: null, lastModifiedBy: null, lockedAt: null, lastRunAt: "2025-01-16T21:59:00.000Z", finishedCount: 1, lastFinishedAt: "2025-01-16T21:59:00.008Z", runCount: 1, type: "normal", nextRunAt: "2025-01-16T22:00:43.448Z", }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pulse v1.6.7
when querying
pulse.jobs()
pulse/src/job/index.ts
Line 217 in d338d77
There is a comment that this should not happen with non-recurring jobs
The retrieved job
The text was updated successfully, but these errors were encountered: