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
Unknown Object (File)
Thu, Jun 19, 10:54 AM
Unknown Object (File)
Wed, Jun 18, 3:41 PM
Unknown Object (File)
May 27 2025, 11:19 AM
Unknown Object (File)
May 11 2025, 3:41 PM
Unknown Object (File)
Apr 12 2025, 3:51 AM
Unknown Object (File)
Apr 11 2025, 9:05 AM
Unknown Object (File)
Apr 9 2025, 8:06 PM
Unknown Object (File)
Apr 9 2025, 10:36 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.