Pedro Gomes

Results 11 comments of Pedro Gomes

Have the actor spawn a go routine let the go routine do the work. Instead of waiting for it to finish ? Would that help ?

@melaurent You *could* go into the template and write your own custom logic.. 🤔 This is the logic for the timeout itself, I suppose you could derive stuff from there...

hmm.. to be honest I thought it wouldn't work and didn't try it ! Let me give it a go tomorrow and I'll post some results! Thanks @PotterDai !

Was looking more into this. The magic happens here: https://github.com/AsynkronIT/protoactor-go/blob/f81631684a62bfb0a9f3bf4170f4802d43174501/actor/actor_context.go#L420-L428 And it works fine for actors because we usually define the messages that we're passing around. However in the cluster,...

@jfuss Any change you can expand on this ? I'm running aws-sam-cli in debug-api mode, and trying to make one lambda call another lambda. Here's my Template: ``` AWSTemplateFormatVersion: '2010-09-09'...

> Hiya, can the swagger docs be updated and the README updated about that also? cheers What data is collected? thanks Updated ! Also, upon review of the swagger I...

@nwbrettski @libotony @qianbin I understand that there will be changes in `maindb-v4` that will change this PR. It does seem that this PRs goal (outside adding tests) is to improve...

Decision made to close this PR while the work continues on the maindb-v4.

> @otherview does this persist all requests indefinitely ? Maybe we should have a daily cleanup action that clears log files older than X time? Or once it's using more...

> > > @otherview does this persist all requests indefinitely ? Maybe we should have a daily cleanup action that clears log files older than X time? Or once it's...