-
Notifications
You must be signed in to change notification settings - Fork 227
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
Is this project still active? #630
Comments
Hello there, and thanks for checking Iron Functions out ! Recently, iron.io was acquired by Xenon Ventures. Some of the original developers are not with us anymore. So far, we've focused on the main Iron Suite (IronMq and IronWorker) but Iron Functions is going to get attention and an uplift too. So please bear with us until we get up to speed ! |
Hi there, You can make a or start reading the python tutorial here. |
IronWorker is perfect for async processing, even for enterprise level projects (CNN/Philips/Veritone) |
@rkononov of course ironWorker is working well for async processing, as the process is queued and de-queued when an ironWorker is available and the function is also deferred. But it's bugged when you try to pass data into it. Otherwise, please give me an explanation about my issue. |
In IronWorker you could pass payload using this approach - http://dev.iron.io/worker/reference/payload/ |
@Tofull We're ramping up development on IronFunctions and you should see a lot of improvements coming soon. We're highly focused on keeping the project open and modular (for example, you may want to collect metrics somewhere else, and not be tied to Prometheus). So, stay tuned! In regard to deep learning, we recently started supporting GPU instances on AWS via IronWorker (but of course that's our async, non-open source product). Thanks for checking in! |
@dylanz Thanks for the informations. Great blog article ! Keep working hard. I won't be surprised of the ironFunctions' success for Machine Learning community. ;) |
Question still relevant. Any update? |
@elitan Good Q! We reached a point with the project we're happy with so we ended up stopping active development on it (we have a few production installs that suite us fine at the moment). That said, we're still planning on actively maintaining things and pull requests are definitely welcome. |
To the point raised by @Tofull OpenFaaS also supports asynchronous workloads. See the hands-on labs for more: https://github.com/openfaas/workshop |
Does anyone have any news on the future of IronFunctions? |
I'm really impressed with this project so far and see great applications for this. However given the still early stage of this project and the last commits being months in the past, I was wondering if this project is still being actively developed and maintained?
The text was updated successfully, but these errors were encountered: