Page MenuHomePhabricator

Allow worker tasks to be cancelled by classname
ClosedPublic

Authored by epriestley on Jul 11 2016, 2:21 PM.
Tags
None
Referenced Files
F14349777: D16267.diff
Thu, Dec 19, 6:44 AM
Unknown Object (File)
Thu, Dec 12, 6:51 AM
Unknown Object (File)
Sun, Dec 8, 9:55 AM
Unknown Object (File)
Wed, Nov 27, 4:10 AM
Unknown Object (File)
Tue, Nov 19, 7:56 AM
Unknown Object (File)
Nov 15 2024, 6:14 AM
Unknown Object (File)
Nov 11 2024, 12:57 AM
Unknown Object (File)
Nov 7 2024, 12:19 AM
Subscribers
None

Details

Summary

Ref T3554. Makes bin/worker cancel --class <classname> work (cancel all tasks with that type).

This is useful in development if your queue is full of a bunch of gunk, and a need has occasionally arisen in production environments (usually "one option is cancel everything and move on").

Test Plan

Ran bin/worker cancel to cancel blocks of tasks by class name.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow worker tasks to be cancelled by classname.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 11 2016, 2:54 PM
This revision was automatically updated to reflect the committed changes.