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
Hi,
will be nice if changes to document into pulseJobs collection are kept even if the updates occurs during execution of job.
For example if you update document filed "disabled" to true while job is running, on first update done by pulse library it will be reverted to its value at the begin of the execution.
I think that Pulse library internally before saving the document into pulseJobs has to read the actual state of job, or update only the fields actually the library needs to update (like lockedAt, progress, lastFinishedAt, ...)
What do you think about this enhancement?
Code example
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
Hi,
will be nice if changes to document into pulseJobs collection are kept even if the updates occurs during execution of job.
For example if you update document filed "disabled" to true while job is running, on first update done by pulse library it will be reverted to its value at the begin of the execution.
I think that Pulse library internally before saving the document into pulseJobs has to read the actual state of job, or update only the fields actually the library needs to update (like lockedAt, progress, lastFinishedAt, ...)
What do you think about this enhancement?
Code example
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: