pulumi-cloud icon indicating copy to clipboard operation
pulumi-cloud copied to clipboard

Pull-based Queue data structure

Open lukehoban opened this issue 8 years ago • 3 comments

We may want to consider a pull-based Queue data-structure. This will be dependent on having a container-based compute option where long running code can be used to poll the Queue. See additional notes related to Queue's in https://github.com/pulumi/lumi-platform/issues/8.

lukehoban avatar Jul 15 '17 00:07 lukehoban

Especially now that we have containers, I really want this.

joeduffy avatar Oct 17 '17 15:10 joeduffy

Although, for it to make sense end-to-end, we will need something like https://github.com/pulumi/pulumi-cloud/issues/101.

joeduffy avatar Oct 17 '17 15:10 joeduffy

Note that this will already make sense with our function-based container support, as that enables long running compute that can directly capture Pulumi framework objects.

But for image or build based services, we’ll need to address #101 before any Pulumi cloud concepts can be passed between Pulumi code and arbitrary other code running in containers.

lukehoban avatar Oct 17 '17 16:10 lukehoban