Skip to content

patchlevel/worker

Repository files navigation

Mutation testing badge Latest Stable Version License

Worker

A small library to build stable, long-running workers that terminate gracefully when limits are exceeded or a SIGTERM signal is received. Perfect for daemonized console commands running under Docker, Kubernetes, supervisor or systemd, where the process manager restarts the worker after it exits.

Features

Installation

composer require patchlevel/worker

Documentation

About

Gives the opportunity to build a stable worker that terminates properly when limits are exceeded.

Resources

License

Stars

Watchers

Forks

Contributors