Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.49 KB

File metadata and controls

28 lines (20 loc) · 1.49 KB

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