mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-24 09:15:15 +00:00
8 lines
75 B
PHP
8 lines
75 B
PHP
<?php
|
|
class Long_PHP_Job
|
|
{
|
|
public function perform()
|
|
{
|
|
sleep(600);
|
|
}
|
|
} |