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
FilesClientScriptJob is the trickiest job type to implement by far for a couple of reasons:
The files iterator walks file records both in the database and the filesystem. I've started implementing this as a rangefunc in Package.Files but it's not reading from the database yet.
It breaks jobs into batches of tasks to speed up processing by MCPClient workers.
The text was updated successfully, but these errors were encountered:
FilesClientScriptJob is the trickiest job type to implement by far for a couple of reasons:
rangefunc
inPackage.Files
but it's not reading from the database yet.The text was updated successfully, but these errors were encountered: