allantargino / kubeless-netcore-runtime

Implementation of a .NET Core 2.0 (C#) runtime for Kubeless
http://kubeless.io
1 stars 2 forks source link

Any plans on implementing event- and cron-driven runtime? #6

Open mgernand opened 6 years ago

mgernand commented 6 years ago

Hi @allantargino,

are there any plans on implementing an event- and cron-driven runtime? I'd love to contribute. :-)

Cheers, Matt

allantargino commented 6 years ago

Hey @mgernand, We are focused on solving the problems mentioned on #2 and #4. The Event and Cron runtime would be the next tasks, we would be absolutely thank if you could help us delivering this runtimes.

Also, the nowadays runtime was built during a very fast hackaton. Several changes should be done on it, that would be a next step as well. (we should review the best approach with Roslyn, I mean).

mgernand commented 6 years ago

I'd love to help with that. I am already working on #4 right now and reviewed some of the existing codebase. Maybe I get a pull request together tonight.

mgernand commented 6 years ago

Hi @allantargino,

do you have any doc-pointers for me to see what we have to do to support SubSub and Cron in the runtime? Do we have to implement two additional runtimes, or can we handle the cases in a single runtime that support all theses features (I would prefer that).

Cheers, Matt