Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Integration with run-once services like AWS Lambda? #10

@jonnor

Description

@jonnor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions