Saverio Trioni

Results 13 comments of Saverio Trioni

An upstart script (for one worker) should trivial to do, just a plain file containing at least ``` setuid your_user expect fork # because of bundle exec... chdir /your/app/root exec...

Why not a .rb configuration file like unicorn? That way one can still have the ability to do some preprocessing, load things from ENV etc. Just a simple YML file...

Exactly... it would bear no difference at all. The DSL would be the same, it's only a matter of loading the specified file at the correct moment. It would be...

You can simply have steps in your code, and at the end of each step enqueue a new job with the next step to do as argument.

Hey @andrewhr could you make the absinthe WIP features you are relying on more explicit? I'm considering pulling in the code (until the PR can be merged and the package...

It works flawlessly, no more warnings displayed 🎉 💜 💛

Using DummyProducer has the same user-facing effect, if I understand it correctly, as one can send a message using Broadway.push_message, and the message will be handled. I wonder if we...

It is true that a primitive type cannot have a name, but unnamed types can be used in registries, the clearest example is a union (see ). If a registry...

Sorry I did not notice the response (not my main work account). Another very common case is decoding message keys. Usually they are strings or numbers, but still avro-encoded in...

I have wrapped up a stand-alone script that will show the issue - it starts by showing three types of schema and how they all work with simple decoders from...