Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Add asynchronous task running framework #62

Closed
coollog opened this issue Dec 13, 2017 · 5 comments
Closed

Add asynchronous task running framework #62

coollog opened this issue Dec 13, 2017 · 5 comments
Projects

Comments

@coollog
Copy link
Contributor

coollog commented Dec 13, 2017

No description provided.

@coollog coollog added this to To Do in Crepecake via automation Dec 13, 2017
@elharo
Copy link

elharo commented Dec 13, 2017

Asynchronicity adds a lot of complexity and is very hard to get right. What's the use case?

@coollog
Copy link
Contributor Author

coollog commented Dec 13, 2017

A lot of the image pulling/building/pushing can be done in parallel, so this would run the steps that can be run in parallel in parallel. This would be an extra optimization that we add after everything works synchronously.

@coollog coollog mentioned this issue Dec 14, 2017
@loosebazooka
Copy link
Member

Can we put this on the backburner until its use is obvious? The PR doesn't provide much context in its current form.

@coollog
Copy link
Contributor Author

coollog commented Dec 20, 2017

Yea, definitely. That PR is not ready for review yet. This should come after everything works synchronously.

@coollog
Copy link
Contributor Author

coollog commented Jan 29, 2018

Closing as this will be implemented in https://github.com/google/jib

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Crepecake
  
Done
Development

No branches or pull requests

3 participants