2020-04-09 00:56:51 UTC - Levent Esen: Hi everyone, I am developing an IoT 
platform for our industrial devices. We use Digital Ocean servers. Our devices 
communicate with MQTT, customers will monitor their devices from web site or 
mobile app which requires WebSocket, HTTPS and also MQTT. In server we want to 
use MongoDB and Redis. In past we used Thingsboard but it's not flexible enough 
for us and it has a builtin dashboard but we designed our custom dashboard and 
want to use it. Becuse of these problems we decided to try other solutions.

My question: Is OpenWhisk the right tool/infrastructure for us? Is it easy to 
adapte them all?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586393811084500?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 01:54:36 UTC - Rodric Rabbah: How are you thinking about using 
openwhisk?
Do you need to connect mqtt to Functions?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586397276088100?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 02:01:11 UTC - Levent Esen: We need both MQTT and WebSocket
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586397671088400?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 02:02:40 UTC - Levent Esen: Please note that I did not figure out 
OpenWhisk fully, I'm still reading docs.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586397760088600?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 08:50:11 UTC - Roberto Diaz: hey! I did something similar last year 
in this line
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586422211088800?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 08:50:13 UTC - Roberto Diaz: 
<https://medium.com/the-theam-journey/hands-on-iot-applications-with-openwhisk-and-rust-acb9ef5bc166>
+1 : Levent Esen
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586422213089000?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 08:51:22 UTC - Roberto Diaz: you can replace the rust stuff with 
other supported language by openwhisk but in essence, you are talking about a 
very similar solution
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586422282089300?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 09:06:07 UTC - Levent Esen: @Roberto Diaz Thanks for share, I'll 
read your article, thanks again :slightly_smiling_face:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586423167089600?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 17:36:35 UTC - Rodric Rabbah: travis ci question
anyone else notice the “rebuild job” icon is missing on a failed travis job?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586453795090600
----
2020-04-09 17:36:58 UTC - Rodric Rabbah: for openwhisk pull requests
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586453818090800
----
2020-04-09 17:57:57 UTC - Dave Grove: it was missing for me last week because I 
had gotten logged out of travisci somehow.  logged back in and it was there 
again
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586455077091600
----
2020-04-09 18:10:16 UTC - Levent Esen: @Roberto Diaz  Demo repository link in 
the article is broken :confused:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586455816091700?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 18:22:45 UTC - Brendan Doyle: I logged in using the github my pr is 
attached to and still don't see a rebuild icon, but I might not have the same 
level of access
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586456565092900
----
2020-04-09 18:23:53 UTC - Dave Grove: the restart a build button is supposed to 
be available for project committers.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586456633093200
----
2020-04-09 18:26:14 UTC - Rodric Rabbah: thanks Dave!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586456774093500
----
2020-04-09 18:26:26 UTC - Rodric Rabbah: weirdly it said i was logged in still 
but logging out and back in was sufficient
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586456786093900
----
2020-04-09 18:26:32 UTC - Rodric Rabbah: @Brendan Doyle i restarted the one 
failed job
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586456792094100?thread_ts=1586456792.094100&cid=C3TPCAQG1
----
2020-04-09 18:27:01 UTC - Brendan Doyle: thanks!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586456821094200?thread_ts=1586456792.094100&cid=C3TPCAQG1
----
2020-04-09 19:03:47 UTC - Roberto Diaz: Yep, you are right :sweat_smile:. Here 
is the actual url 
<https://github.com/rdiaz82/demo_openWhisk|https://github.com/rdiaz82/demo_openWhisk>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586459027094400?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 19:07:11 UTC - Levent Esen: Thanks :slightly_smiling_face:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586459231094700?thread_ts=1586393811.084500&cid=C3TPCAQG1
----
2020-04-09 20:23:12 UTC - Shubham Gupta: Hi guys,
I'm invoking 18-20 actions in every minute using some cron. After 12-14 hours 
the openwhisk_db (couchdb) will start restarting itself very frequently and it 
uses its 100% memory at that time and its cpu will also go to 200% or 300% and 
its 5984 port (couchdb port) will also become unavailable due to which invoker 
gives error.
can anyone explain me why it happens? The openwhisk_db container's mem_limit is 
already 6 GB.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586463792105500?thread_ts=1586463792.105500&cid=C3TPCAQG1
----
2020-04-09 21:13:46 UTC - Brendan Doyle: this sounds like a compaction event in 
couchdb maybe
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1586466826105700?thread_ts=1586463792.105500&cid=C3TPCAQG1
----

Reply via email to