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
{{ message }}
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
JsJob computation style is oriented around small to medium "jobs", quite similar to that of AWS Lambda.
Such services have the advantage that they are super elastic:
billed by the second/millisecond
built-in horizontal scaling
very fast startup/teardown times
Integration could for instance be having a plug-and-play image that can run a headless browser (like PhantomJS) and execute JsJobs in same manner as self-hosting or standard cloud-hosting. This should be 100% compatible and transparent to the JsJob.
Disadvantage is that browser startup may be significant, depending on typical size of job. Would need metrics for measuring how long it takes to judge the impact.
The text was updated successfully, but these errors were encountered:
JsJob computation style is oriented around small to medium "jobs", quite similar to that of AWS Lambda.
Such services have the advantage that they are super elastic:
Integration could for instance be having a plug-and-play image that can run a headless browser (like PhantomJS) and execute JsJobs in same manner as self-hosting or standard cloud-hosting. This should be 100% compatible and transparent to the JsJob.
Disadvantage is that browser startup may be significant, depending on typical size of job. Would need metrics for measuring how long it takes to judge the impact.
The text was updated successfully, but these errors were encountered: