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
ThreadJob jobs will tend to run much faster because there is lower overhead and they do not use the remoting serialization system as BackgroundJob jobs do. And they will use up fewer system resources.
This snippet can be reworded for clarity and to fix a minor issue with parallel structure.
Proposed
ThreadJob jobs will tend to run much faster because there is lower overhead and they do not use the remoting serialization system as BackgroundJob jobs do. Additionally, they consume fewer system resources.
Expected behavior
Line 5:
> There is no throttling mechanism and so all jobs are started immediately and are all run concurrently.Line 9:
> ThreadJob jobs will tend to run much faster because there is lower overhead and they do not use the remoting serialization system as BackgroundJob jobs do. Additionally, they consume fewer system resources.
Actual behavior
Line 5:
> There is no throttling mechanism and so all jobs are started immediately and are all run currently.The intended word here is 'concurrently'. The distinction is important because _concurrent_ operations is the purpose of this module.Line 9:
> ThreadJob jobs will tend to run much faster because there is lower overhead and they do not use the remoting serialization system as BackgroundJob jobs do. And they will use up fewer system resources.This snippet can be reworded for clarity and to fix a minor issue with parallel structure.
Error details
N/A
Environment data
N/A
Version
2.0.3
Visuals
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
This fixes minor spelling/grammar mistakes in the README and has no effect on the functionality.
Line 5
Current
The intended word here is 'concurrently'. The distinction is important because concurrent operations is the purpose of this module.
Proposed
Line 9
Current
This snippet can be reworded for clarity and to fix a minor issue with parallel structure.
Proposed
Expected behavior
Actual behavior
Error details
N/A
Environment data
N/A
Version
2.0.3
Visuals
No response
The text was updated successfully, but these errors were encountered: