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
I implemented a cleanup strategy that helps if a job is moving towards the MongoDB document size limit. In that case, only the last 1000 Job Messages are kept and the Job can go on. It's in Release 2.2.10.
An option to generally just keep the last N entries is still a TODO.
We observed a case where the number of log entries was too large for a mongo document resulting in an error to save it to the jobInfo collection.
We would like to optionally be able to limit the number of preserved log entries per job, for instance by only saving the last N entries.
The text was updated successfully, but these errors were encountered: