Page MenuHomePhabricator

Implement PhabricatorApplicationTransactionInterface on PhabricatorUser
ClosedPublic

Authored by epriestley on Jun 8 2015, 8:00 PM.
Tags
None
Referenced Files
F15665268: D13213.diff
Sun, May 25, 5:15 AM
Unknown Object (File)
Sat, May 10, 9:15 AM
Unknown Object (File)
Apr 25 2025, 12:54 AM
Unknown Object (File)
Apr 12 2025, 8:29 AM
Unknown Object (File)
Apr 11 2025, 7:43 PM
Unknown Object (File)
Mar 30 2025, 12:32 AM
Unknown Object (File)
Mar 18 2025, 12:15 AM
Unknown Object (File)
Mar 15 2025, 6:11 AM
Subscribers

Details

Summary

Right now, "Publish" workers for user profile edits (title / blub) can get gummed up in the daemons. Implement the interfaces and provide a Query so they can go through.

Test Plan
  • Made a profile "Title" edit.
  • Used bin/worker execute --id <id> to see task fail.
  • Applied patch.
  • Saw task work.

Diff Detail

Repository
rP Phabricator
Branch
uxaction
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6629
Build 6651: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Implement PhabricatorApplicationTransactionInterface on PhabricatorUser.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Jun 8 2015, 8:12 PM
This revision was automatically updated to reflect the committed changes.