Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address issue #394 (RSS feed) #549

Closed
wants to merge 0 commits into from
Closed

Address issue #394 (RSS feed) #549

wants to merge 0 commits into from

Conversation

lzbj
Copy link
Contributor

@lzbj lzbj commented Jun 2, 2016

A package which can subscribe to RSS feed and generate events.

@markusthoemmes
Copy link
Contributor

markusthoemmes commented Jun 6, 2016

Note that this is "yet another action" which will run only for the maximum time of an action, which is 5 minutes currently. That won't be a suitable mechanism to provide an RSS feed which needs to generate events over days/weeks/months?

@rabbah
Copy link
Member

rabbah commented Jun 6, 2016

This is the action, no installation etc? Is that intentional? Also, should this be part of openwhisk or its own rss whisk package?

@csantanapr csantanapr changed the title Address issue #394. Address issue #394 (RSS feed) Jun 6, 2016
@csantanapr
Copy link
Member

This is an action, that tries to read from an rss feed? Like @markusthoemmes said this is an action that get's killed by the time it tries to do something.

I don't think this is the goal, the goal is to provide a way to provide a openwhisk feed that it's implemented as a long running deamon/app that users can create triggers with configurations options like the url, they want their trigger to be fire when there is a new rss item added to the rss feed.

@lzbj
Copy link
Contributor Author

lzbj commented Jun 7, 2016

@markusthoemmes ,thank you. @rabbah, yes, correct, just a confirm of requirements. I'll add more implementations as commented by Carlos if I could. Now I'm more clear, Thank you.
@csantanapr , do you know if there is a sample you described that could create the daemon? for the github webhook.js seems delegate the job to github?

@csantanapr
Copy link
Member

@lzbj We don't have examples or docs yet explaining this type of feeds, but we are working on getting them available.
See #559 it contains some background and initial draft for the docs.
Examples of deamon that implements a feed are things like alarm and cloudant changes, which should be in openwhisk soon #336 #390

@lzbj
Copy link
Contributor Author

lzbj commented Jun 7, 2016

@csantanapr, thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants