Packages
choice_context
0.1.5This is a GenServer-ish implementation of a Choice Context. That is a process that accepts a value during the specified period of time and refuses to do so after the timeout has elapsed.
service_watcher_sup
0.2.6This is a GenServer-ish implementation of a Service watcher. A process that is designed to poll service state every given number of miliseconds and perform due actions in case it is not in designated state. The process is also capable of sending notifications to the configured recipient in Slack.
rabbitmq_sender
0.1.8This is a GenServer-ish implementation RabbitMQ Sender.
timer_job
0.1.7This is a GenServer-ish implementation of a TimerJob, a Job that is executed asynchronously after a given timeout, probably recurring.
build_client
0.0.1AX Deployment Client
rabbitmq_receiver
0.1.6This is a GenServer-ish implementation RabbitMQ Receiver.
shell_executor
0.1.5This is a GenServer-ish implementation RabbitMQ Receiver.
task_awaiter
0.1.5A GenServer-ish implementation of an Awaiter.
function_invoker
0.1.0This is a GenServer-ish implementation of an apply function, which allows you to invoke function call on a different node.
remote_shell_executor
0.1.1This is a GenServer-ish implementation of a remote shell execution agent. A process that waits for the message to arrive on the RabbitMQ queue, tries to process (via shell execute) the request and send response back via RabbitMQ queue.
simple_s3_bucket
0.1.0A simple API to save and retrieve an object from the Amazon S3 storage bucket.