Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893725
manage_worker.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
559 B
Referenced Files
None
Subscribers
None
manage_worker.php
View Options
#!/usr/bin/env php
<?php
$root
=
dirname
(
dirname
(
dirname
(
__FILE__
)
)
)
;
require_once
$root
.
'/scripts/__init_script__.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
)
;
$args
->
setTagline
(
pht
(
'manage task queue'
)
)
;
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**worker** __command__ [__options__]
Manage the task queue.
EOSYNOPSIS
)
;
$args
->
parseStandardArguments
(
)
;
$workflows
=
id
(
new
PhutilClassMapQuery
(
)
)
->
setAncestorClass
(
'PhabricatorWorkerManagementWorkflow'
)
->
execute
(
)
;
$workflows
[
]
=
new
PhutilHelpArgumentWorkflow
(
)
;
$args
->
parseWorkflows
(
$workflows
)
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 18:57 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1110016
Default Alt Text
manage_worker.php (559 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment