Skip to content

Instantly share code, notes, and snippets.

@dgafka
Last active March 14, 2022 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgafka/75df07c93d6fb1965bc1709dd0e7a426 to your computer and use it in GitHub Desktop.
Save dgafka/75df07c93d6fb1965bc1709dd0e7a426 to your computer and use it in GitHub Desktop.
scheduling-in-php-04.php
<?php
#[Asynchronous("notifications")]
#[Delayed(50000)]
#[EventHandler(endpointId: "welcomeEmail")]
public function sendWelcomeNotificationlWhen(UserWasRegistered $event): void
{
// handle welcome notification
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment