Page MenuHomePhabricator

Allow PhabricatorWorker->queueTask() to take full $options
ClosedPublic

Authored by epriestley on Oct 5 2015, 3:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 6:58 AM
Unknown Object (File)
Thu, Apr 25, 1:22 AM
Unknown Object (File)
Fri, Apr 19, 3:43 PM
Unknown Object (File)
Apr 12 2024, 8:17 AM
Unknown Object (File)
Apr 8 2024, 12:30 AM
Unknown Object (File)
Apr 4 2024, 9:07 AM
Unknown Object (File)
Mar 19 2024, 7:35 PM
Unknown Object (File)
Mar 4 2024, 6:32 PM
Subscribers
None

Details

Summary

Ref T9252. Currently, queueTask() accepts $priority as its third argument. Allow it to take a full range of $options instead. This API just never got updated after we expanded avialable options.

Arguably this whole API should be some kind of "TaskQueueRequest" object but I'll leave that for another day.

Test Plan
  • Grepped for queueTask() and verified no other callsites are affected by this API change.
  • Ran some daemons.
  • See also next diff.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow PhabricatorWorker->queueTask() to take full $options.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, hach-que.
hach-que edited edge metadata.
This revision is now accepted and ready to land.Oct 5 2015, 3:36 PM
chad edited edge metadata.
___________ < amazing > ----------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
This revision was automatically updated to reflect the committed changes.