소개
The Myfy TasksModule provides a comprehensive solution for handling asynchronous background jobs with automatic retries, dependency injection, and SQL-based queue management. It enables developers to define tasks using simple decorators, dispatch them with priorities and delays, and monitor execution progress via a dedicated TaskContext. Ideal for long-running processes like email delivery, data synchronization, or heavy computational tasks, it integrates seamlessly into the Myfy framework ecosystem to ensure reliable, scalable job execution with full observability into task states.