mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
9 lines
78 B
PHP
9 lines
78 B
PHP
<?php
|
|
class Long_PHP_Job
|
|
{
|
|
public function perform()
|
|
{
|
|
sleep(600);
|
|
}
|
|
}
|
|
?>
|