Details
I want to stop a specific task, because it failes every time. The problem is, that this task retires forever, and he fails already 1957 times. Is there a way to stop him (not the daemons)?
Event Timeline
@tycho.tatitscheff is correct, it's very hard to provide you with help on any of your questions because they lack our expected information for reports. We really want the community to be mindful we're a very small development team and going on "fishing expeditions" to provide free support is taxing on us (and likely to have us not help you at all). Please read up on https://secure.phabricator.com/book/phabcontrib/article/bug_reports/.
Sorry, my problem is, that I get this:
The job fails always, here is the message:
So I got more and more jobs like this at the queue:
and the problem is, that this jobs will retry forever:
The full log is here:
My problem is not, that the task gets an error. I think it would be enough, if there is a way to kill this tasks manually, so that the don't flood the queue.
Based on that screenshot in the log, looks like you're running lots of other extensions?
Answers
Event Timeline
Thanks for that solution.
I don't know, why this bug happens. Maybe you know more: Only the task type "PhabricatorApplicationTransactionPublishWorker" fails. The problem is, that I don't know in which cases this task starts, so I don't know why this bug happens. :-/
@avivey there is a stack trace in the question comment thread. It's not a Paste, but roughly looks like @Luke081515.2 is running multiple third party extensions, prototype applications, and is no where near HEAD.
@Luke081515.2 we don't provide support for custom Phabricator installs, only Phabricator installed from source, without third party extensions, and at HEAD. If you have needs when running custom code, we're happy to help, but please see Consulting for our services and fees. We don't offer free help when you customize your Phabricator.
Specifically see these articles:
https://secure.phabricator.com/book/phabcontrib/article/bug_reports/
https://secure.phabricator.com/book/phabricator/article/prototypes/
https://secure.phabricator.com/T5447