Skip to content

Commit

Permalink
TASK: Show package stats
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Sep 17, 2021
1 parent 676db69 commit d7cd943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Flow Framework Task Scheduler

[![Latest Stable Version](https://poser.pugx.org/flowpack/task/v/stable)](https://packagist.org/packages/flowpack/task) [![Total Downloads](https://poser.pugx.org/flowpack/task/downloads)](https://packagist.org/packages/flowpack/task) [![License](https://poser.pugx.org/flowpack/task/license)](https://packagist.org/packages/flowpack/task)

This package provides a simple to use task scheduler for Neos Flow. Tasks are configured via settings, recurring tasks can be configured using cron syntax. Detailed options configure the first and last executions as well as options for the class handling the task.

Scheduling and running tasks are decoupled: The `Scheduler` schedules tasks whcih the are executed by the `TaskRunner`. This architecture allows receiving and displaying metrics of already executed tasks.
Expand Down

0 comments on commit d7cd943

Please sign in to comment.