leeola has quit [Quit: Connection closed for inactivity]
jemc has quit [Ping timeout: 260 seconds]
Zarutian has quit [Quit: Zarutian]
dwrensha has quit [Quit: Lost terminal]
harish has quit [Read error: Connection reset by peer]
harish has joined #sandstorm
<mrdomino>
if nothing else, this project has been a great intro to sandstorm's internals
jemc has joined #sandstorm
harish has quit [Ping timeout: 268 seconds]
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
harish has joined #sandstorm
jadewang has quit [Remote host closed the connection]
harish has quit [Ping timeout: 260 seconds]
harish has joined #sandstorm
jemc has quit [Ping timeout: 240 seconds]
harish has quit [Ping timeout: 260 seconds]
<JonTheNiceGuy>
TimMc: so, does that mean that if someone were to contribute a patch, they'd accept it? :)
jadewang has joined #sandstorm
yeehi_ has joined #sandstorm
yeehi1 has quit [Ping timeout: 240 seconds]
ShalokShalom has joined #sandstorm
ShalokShalom has quit [Ping timeout: 240 seconds]
ShalokShalom has joined #sandstorm
Telesight has joined #sandstorm
afuentes has joined #sandstorm
_whitelogger has joined #sandstorm
ShalokShalom has quit [Remote host closed the connection]
cevi has quit [Quit: ZNC 1.6.4+deb1+b1 - http://znc.in]
cevi has joined #sandstorm
FredFredFred_ has joined #sandstorm
FredFredFred has quit [Ping timeout: 258 seconds]
yeehi1 has joined #sandstorm
yeehi_ has quit [Ping timeout: 260 seconds]
<TimMc>
JonTheNiceGuy: No idea. I could *imagine* them accepting a patch for something if it's well-tested but kept in a disabled state... but really no idea.
yanivz has joined #sandstorm
<yanivz>
hi
<yanivz>
i need to link rocket.chat to external website (embed) can someone tell how to this
<TonyTheLion>
I wanted to know if anyone has tried to synchronize two sandstorm instances accross machines?
<TonyTheLion>
as if you were running one instance and then wanted another back up instance with the same apps/data as the first instance
<TimMc>
TonyTheLion: You could certainly do a periodic sync, but I don't think there's anything like a continuous sync.
<TimMc>
I take nightly backups by taking a ZFS snapshot, backing up the snapshot, and then releasing it -- but instead of a backup, you could do an rsync over to another machine, and more frequently.
<TonyTheLion>
I set it up with syncthing only sync'ing the /var directory so as to not overwrite the sandstorm config's wich are different on each machien
<TonyTheLion>
I set it up with syncthing only sync'ing the /var directory so as to not overwrite the sandstorm config's wich are different on each machine
<TonyTheLion>
but it doesn't seem to work
<TonyTheLion>
it sync's the files
<TonyTheLion>
but its like sandstorm doesn't care
<TonyTheLion>
cause you can't tell in the UI that things were changed
<TimMc>
Does that include the DB?
<TimMc>
(looks like it does)
<TimMc>
I'd be concerned about not having snapshotted syncing. It also sounds like you're trying to sync the database's backing files while the second Sandstorm is running?
jemc has joined #sandstorm
<TonyTheLion>
ye
<TonyTheLion>
I am
<TonyTheLion>
but that seems to mess up the db
<TonyTheLion>
my second sandstorm instance's mongodb got corrupted
<TonyTheLion>
:(
<TimMc>
yup
<TimMc>
What's your use-case?
<TonyTheLion>
have another instance of the same sandstorm (with all user data) running as a redundancy
<TonyTheLion>
if the first goes down, it can be seamlessly switched to the other
<TonyTheLion>
I'm guessing thats not going to be as easy as it sounds
<TonyTheLion>
I was thinking maybe i can set up mongodb replication
<TonyTheLion>
for sandstorm's internal db
jemc has quit [Ping timeout: 268 seconds]
nicoo has quit [Remote host closed the connection]
<TimMc>
I suspect even with that it couldn't be seamless -- applications would still have their own internal state that they manage in arbitrary ways, and running applications would have to be relaunched and would lose in-memory state...
<TimMc>
You could, however, sync snapshots over and only start the second sandstorm when needed. You'd lose the last few minutes of work, though.
<TimMc>
It's possible that a reverse proxy sitting in front of both could buffer requests during the switchover, since sandstorm starts quickly... but all your websockets would have to be restarted, so I'm not sure there's any point in that.
yeehi1 has quit [Ping timeout: 246 seconds]
bodisiw has joined #sandstorm
TonyTheLion has joined #sandstorm
TonyTheLion is now known as Guest72664
Mitar has quit [Ping timeout: 258 seconds]
bodisiw has quit [Quit: This computer has gone to sleep]
Mitar has joined #sandstorm
bodisiw has joined #sandstorm
bodisiw has quit [Quit: This computer has gone to sleep]
Telesight has quit [Remote host closed the connection]
Guest72664 is now known as TonyTheLion
<TonyTheLion>
hello
<TonyTheLion>
anyone know how I can connect to the sandstorm mongo db?
cevi has quit [Quit: ZNC 1.6.4+deb1+b1 - http://znc.in]
cevi has joined #sandstorm
bodisiw has joined #sandstorm
TMM has joined #sandstorm
<TMM>
hi all! question about capnproto, is there some documentation on the 'non ez' rpc interface? I'm trying to figure out how to make a multi-threaded dispatcher