Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 11:16
896444f

Error handling

With promise v3 uncaught rejected promises will no longer bubble up. As a result the running con instance will now emit
errors when they occur and those must be handled.

$cron = Cron::create(...$actions);
$cron->on('error', static function (Throwable $throwable): void {
    // Handle error
});

5.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 10
  • Total contributors: 3

Dependencies 📦

Dependencies 📦,Enhancement ✨

Enhancement ✨