AX Deployment Client
This 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.
This is a GenServer-ish implementation of an apply function, which allows you to invoke function call on a different node.
This is a GenServer-ish implementation RabbitMQ Receiver.
This is a GenServer-ish implementation RabbitMQ Sender.
This 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.
This 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.
This is a GenServer-ish implementation RabbitMQ Receiver.
A simple API to save and retrieve an object from the Amazon S3 storage bucket.
A GenServer-ish implementation of an Awaiter.
This is a GenServer-ish implementation of a TimerJob, a Job that is executed asynchronously after a given timeout, probably recurring.