Ref T5402.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T5402: Record `objectPHID` on queue tasks, as a debugging hint
- Commits
- Restricted Diffusion Commit
rPba4ebf28adef: Allow archived tasks to be queried by object PHID and order by id
- Queried archived tasks.
- Grepped for use sites and verified no other callsites are order-sensitive.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- Also copy the objectPHID into the archive task table when archiving a task.
- And when unarchiving a task.
Comment Actions
This changed enough that it should probably get a second look in case I did anything goofy.
Comment Actions
- Correct ordering/comments about the "leased" phase: we do it first, under the theory that those tasks are executing right now, then the unleased tasks are up next, then the expired tasks are further away.