Skip to content

github-actions self-hosted runner run on AWS #42

Description

@qmauvnt

AWS provided AWS Batch which included queue
this is good option we can use rather than using lambda which has limitation on time execution (15min)

idea:

graph TD;
    A[Github] --> B(Webhook aka AWS Apigw);
    B -->|job1| D[Queue];
    B -->|job2| D[Queue];
    D-->|Batch| F[AWS Batch];

Loading
  • Demo
    • Source Code
    • Readme
  • Quay 1 video

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions