faktory_worker_ex icon indicating copy to clipboard operation
faktory_worker_ex copied to clipboard

Elixir worker for Faktory

Results 13 faktory_worker_ex issues
Sort by recently updated
recently updated
newest added

I've had a lot of practice with Elixir since originally writing this library, including writing other background workers, RPC servers, and `:gen_tcp` related things. This PR is applying all that...

https://github.com/cjbottaro/faktory_worker_ex/blob/1.0/CHANGELOG.md

Make a basic Faktory client that does nothing more than speak the Faktory protocol, then refactor the entire library to use that one simple thing. The client should be the...

Is this codebase active?

This is mostly the PRs from @smn . All the major changes have been moved to 1.0.

The reporter's connection seems to look connection a lot.

There should be a whole documentation page on how to use Elixir's Logger module with faktory_worker_ex. With a bit of configuration, it can accomplish some essential goals: * Set faktory_worker_ex's...

https://samuelmullen.com/articles/the-hows-whats-and-whys-of-elixir-telemetry

As in a release with Distillery there would be no mix to execute the faktory task, follow the explanation about [Starting the Worker](https://github.com/cjbottaro/faktory_worker_ex#starting-the-worker) in the Readme, using the mix task...